++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=Asia/Krasnoyarsk
+ echo 'Choosen random timezone Asia/Krasnoyarsk'
+ ln -snf /usr/share/zoneinfo/Asia/Krasnoyarsk /etc/localtime
Choosen random timezone Asia/Krasnoyarsk
+ echo Asia/Krasnoyarsk
+ dpkg -i package_folder/clickhouse-common-static_24.3.18.10384.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49077 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.18.10384.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.18.10384.altinitystable+asan) ...
Setting up clickhouse-common-static (24.3.18.10384.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10384.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49106 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10384.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.18.10384.altinitystable+asan) ...
Setting up clickhouse-common-static-dbg (24.3.18.10384.altinitystable+asan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.18.10384.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49115 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.18.10384.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-server (24.3.18.10384.altinitystable+asan) ...
Setting up clickhouse-server (24.3.18.10384.altinitystable+asan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.18.10384.altinitystable+asan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49132 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.18.10384.altinitystable+asan_amd64.deb ...
Unpacking clickhouse-client (24.3.18.10384.altinitystable+asan) ...
Setting up clickhouse-client (24.3.18.10384.altinitystable+asan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.18.10384.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=65310720
+ sed --follow-symlinks -i 's|[[:digit:]]\+|65310720|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=54859776
+ sed --follow-symlinks -i 's|[[:digit:]]\+|54859776|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ ./minio server --address :11111 ./minio_data
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=2
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:41121 http://127.0.0.1:41121
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (41121), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./18431634F3B2F44Efe03fbf9-2652-4533-ab7b-42d37971a525
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 263 root 10u IPv6 41237 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
02731.arrow
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 117.15 MiB/s
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 92.69 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 32.26 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 3.38 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.01 KiB/s
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 4.86 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 6.54 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K May 26 20:17 .
drwxr-xr-x 1 root root 4.0K May 26 20:17 ..
-rw-rw-r-- 1 1000 1000 300 May 26 20:14 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K May 26 20:17 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K May 26 20:17 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K May 26 20:17 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K May 26 20:17 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4.0K May 26 20:14 broken_tests.json
drwxr-xr-x 5 root root 340 May 26 20:17 dev
-rwxr-xr-x 1 root root 0 May 26 20:17 .dockerenv
drwxr-xr-x 1 root root 4.0K May 26 20:17 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Oct 31 2024 mc
drwxr-xr-x 2 root root 4.0K Sep 11 2024 media
-rwxr-xr-x 1 root root 114M Oct 31 2024 minio
drwxr-xr-x 4 root root 4.0K May 26 20:18 minio_data
drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt
drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K May 26 20:17 package_folder
dr-xr-xr-x 310 root root 0 May 26 20:17 proc
-rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4.0K May 26 20:18 root
drwxr-xr-x 1 root root 4.0K May 26 20:17 run
-rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv
-rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 26 20:17 sys
drwxrwxr-x 2 1000 1000 4.0K May 26 20:17 test_output
drwxrwxrwt 1 root root 4.0K May 26 20:17 tmp
drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4.0K Sep 11 2024 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 550 clickhouse 322u IPv4 32610 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [26/May/2025:13:18:31 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [26/May/2025:13:18:31 +0000] "PUT /devstoreaccount1/cont/gyidldoyvyfswhrvyttjnnvjjmhsqouw?blockid=slkmgzxjafwyubapeohbpzvdfnfthpmkrhopjejhiypiirewebykhuvpitfexshb&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [26/May/2025:13:18:31 +0000] "PUT /devstoreaccount1/cont/gyidldoyvyfswhrvyttjnnvjjmhsqouw?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [26/May/2025:13:18:31 +0000] "GET /devstoreaccount1/cont/gyidldoyvyfswhrvyttjnnvjjmhsqouw HTTP/1.1" 206 4
127.0.0.1 - - [26/May/2025:13:18:31 +0000] "GET /devstoreaccount1/cont/gyidldoyvyfswhrvyttjnnvjjmhsqouw HTTP/1.1" 206 2
127.0.0.1 - - [26/May/2025:13:18:31 +0000] "DELETE /devstoreaccount1/cont/gyidldoyvyfswhrvyttjnnvjjmhsqouw HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 739
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 1 ]]
+ [[ -n 4 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 1 --run-by-hash-total 4 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
+ tee -a test_output/test_result.txt
2025-05-26 20:19:20 Using queries from '/usr/share/clickhouse-test/queries' directory
2025-05-26 20:19:20 Connecting to ClickHouse server... OK
2025-05-26 20:19:20 Connected to server 24.3.18.10384.altinitystable @ dc584ac797a48d2f6d293eb2c6ee83f4c5728bf3 HEAD
2025-05-26 20:19:20 Found 1501 parallel tests and 139 sequential tests
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-3).
2025-05-26 20:19:21
2025-05-26 20:19:21 03273_select_from_explain_ast_non_select: [ OK ] 0.37 sec.
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-6).
2025-05-26 20:19:21
2025-05-26 20:19:21 03231_prewhere_conditions_order: [ OK ] 0.42 sec.
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-9).
2025-05-26 20:19:21
2025-05-26 20:19:21 03215_analyzer_replace_with_dummy_tables: [ OK ] 0.42 sec.
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-2).
2025-05-26 20:19:21
2025-05-26 20:19:21 03321_join_on_is_null_lowcardinality: [ OK ] 0.45 sec.
2025-05-26 20:19:21 03174_split_parts_ranges_into_intersecting_and_non_intersecting_final_and_read-in-order_bug: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-4).
2025-05-26 20:19:21
2025-05-26 20:19:21 03261_optimize_rewrite_array_exists_to_has_crash: [ OK ] 0.44 sec.
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-5).
2025-05-26 20:19:21
2025-05-26 20:19:21 03232_pr_not_ready_set: [ OK ] 0.56 sec.
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-8).
2025-05-26 20:19:21
2025-05-26 20:19:21 03231_pr_duplicate_announcement_2: [ OK ] 0.68 sec.
2025-05-26 20:19:21 03204_index_hint_fuzzer: [ OK ] 0.37 sec.
2025-05-26 20:19:21
2025-05-26 20:19:21 Running about 187 stateless tests (ForkPoolWorker-7).
2025-05-26 20:19:21
2025-05-26 20:19:21 03217_json_merge_patch_stack_overflow: [ OK ] 0.77 sec.
2025-05-26 20:19:21 03201_sumIf_to_countIf_return_type: [ OK ] 0.34 sec.
2025-05-26 20:19:21 03164_analyzer_rewrite_aggregate_function_with_if: [ OK ] 0.43 sec.
2025-05-26 20:19:21 03203_count_with_non_deterministic_function: [ OK ] 0.44 sec.
2025-05-26 20:19:21 03161_create_table_as_mv: [ OK ] 0.46 sec.
2025-05-26 20:19:22 03149_analyzer_window_redefinition: [ OK ] 0.41 sec.
2025-05-26 20:19:22 03146_parameterized_view_with_date: [ OK ] 0.39 sec.
2025-05-26 20:19:22 03132_rewrite_aggregate_function_with_if_implicit_cast: [ OK ] 0.41 sec.
2025-05-26 20:19:22 03035_argMinMax_numeric_non_extreme_bug: [ OK ] 0.41 sec.
2025-05-26 20:19:22 03031_low_cardinality_logical_error: [ OK ] 0.41 sec.
2025-05-26 20:19:22 03095_group_by_server_constants_bug: [ OK ] 0.95 sec.
2025-05-26 20:19:22 03023_analyzer_optimize_group_by_function_keys_with_nulls: [ OK ] 0.46 sec.
2025-05-26 20:19:22 03129_format_row_json_http: [ OK ] 1.09 sec.
2025-05-26 20:19:22 03035_internal_functions_direct_call: [ OK ] 0.96 sec.
2025-05-26 20:19:23 03015_analyzer_groupby_fuzz_60772: [ OK ] 0.42 sec.
2025-05-26 20:19:23 03017_analyzer_groupby_fuzz_61600: [ OK ] 0.48 sec.
2025-05-26 20:19:23 03033_analyzer_query_parameters: [ OK ] 1.52 sec.
2025-05-26 20:19:23 03023_group_by_use_nulls_analyzer_crashes: [ OK ] 0.92 sec.
2025-05-26 20:19:23 03013_fuzz_arrayPartialReverseSort: [ OK ] 0.38 sec.
2025-05-26 20:19:23 03013_addDays_with_timezone: [ OK ] 0.36 sec.
2025-05-26 20:19:23 03020_order_by_SimpleAggregateFunction: [ OK ] 1.05 sec.
2025-05-26 20:19:23 03010_file_log_large_poll_batch_size: [ OK ] 0.36 sec.
2025-05-26 20:19:24 03009_range_dict_get_or_default: [ OK ] 0.43 sec.
2025-05-26 20:19:24 03008_groupSortedArray_field: [ OK ] 0.35 sec.
2025-05-26 20:19:24 03006_parallel_replicas_prewhere: [ OK ] 0.46 sec.
2025-05-26 20:19:24 03006_analyzer_executable_table_function: [ OK ] 0.35 sec.
2025-05-26 20:19:24 03006_parallel_replicas_cte_explain_syntax_crash: [ OK ] 0.44 sec.
2025-05-26 20:19:24 03004_json_named_tuples_inference_ambiguous_paths_as_string: [ OK ] 0.35 sec.
2025-05-26 20:19:24 03003_sql_json_nonsense: [ OK ] 0.36 sec.
2025-05-26 20:19:24 03021_get_client_http_header: [ OK ] 1.90 sec.
2025-05-26 20:19:24 03001_analyzer_nullable_nothing: [ OK ] 0.37 sec.
2025-05-26 20:19:24 03000_too_big_max_execution_time_setting: [ OK ] 0.30 sec.
2025-05-26 20:19:24 03001_consider_lwd_when_merge: [ OK ] 0.69 sec.
2025-05-26 20:19:25 03001_insert_threads_deduplication: [ OK ] 0.74 sec.
2025-05-26 20:19:25 02997_insert_select_too_many_parts_multithread: [ SKIPPED ] 0.00 sec. - disabled
2025-05-26 20:19:25 03000_virtual_columns_in_prewhere: [ OK ] 0.42 sec.
2025-05-26 20:19:25 02998_system_dns_cache_table: [ OK ] 0.33 sec.
2025-05-26 20:19:25 03000_minmax_index_first: [ OK ] 0.52 sec.
2025-05-26 20:19:25 02995_new_settings_history: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:19:25 02998_analyzer_prewhere_report: [ OK ] 0.47 sec.
2025-05-26 20:19:25 03032_async_backup_restore: [ OK ] 3.41 sec.
2025-05-26 20:19:25 02996_analyzer_prewhere_projection: [ OK ] 0.43 sec.
2025-05-26 20:19:25 02996_nullable_arrayReduce: [ OK ] 0.57 sec.
2025-05-26 20:19:25 02996_index_compaction_counterexample: [ OK ] 0.46 sec.
2025-05-26 20:19:25 02994_cosineDistanceNullable: [ OK ] 0.34 sec.
2025-05-26 20:19:25 02992_settings_overflow: [ OK ] 0.37 sec.
2025-05-26 20:19:26 02989_group_by_tuple: [ OK ] 0.36 sec.
2025-05-26 20:19:26 02990_parts_splitter_invalid_ranges: [ OK ] 0.49 sec.
2025-05-26 20:19:26 02990_variant_where_cond: [ OK ] 0.45 sec.
2025-05-26 20:19:26 02987_logical_optimizer_pass_lowcardinality: [ OK ] 0.41 sec.
2025-05-26 20:19:26 02983_empty_map_hasToken: [ OK ] 0.72 sec.
2025-05-26 20:19:27 02990_format_lambdas: [ OK ] 1.84 sec.
2025-05-26 20:19:27 02982_minmax_nan_null_order: [ OK ] 0.86 sec.
2025-05-26 20:19:28 02982_json_columns_with_metadata_http: [ OK ] 2.34 sec.
2025-05-26 20:19:29 02970_generate_series: [ OK ] 0.58 sec.
2025-05-26 20:19:29 02968_sumMap_with_nan: [ OK ] 0.46 sec.
2025-05-26 20:19:31 02985_shard_query_start_time: [ OK ] 5.01 sec.
2025-05-26 20:19:31 02968_adaptive_async_insert_timeout: [ OK ] 1.34 sec.
2025-05-26 20:19:32 02980_s3_plain_DROP_TABLE_MergeTree: [ OK ] 4.22 sec.
2025-05-26 20:19:32 02967_http_compressed: [ OK ] 1.13 sec.
2025-05-26 20:19:32 02966_float32_promotion: [ OK ] 0.37 sec.
2025-05-26 20:19:32 02982_aggregation_states_destruction: [ OK ] 6.31 sec.
2025-05-26 20:19:32 03001_matview_columns_after_modify_query: [ OK ] 8.20 sec.
2025-05-26 20:19:32 02994_libarchive_compression: [ OK ] 7.27 sec.
2025-05-26 20:19:32 02963_invalid_identifier: [ OK ] 0.43 sec.
2025-05-26 20:19:32 02965_projection_with_partition_pruning: [ OK ] 0.51 sec.
2025-05-26 20:19:32 02966_topk_counts_approx_count_sum: [ OK ] 0.54 sec.
2025-05-26 20:19:33 02962_analyzer_const_in_count_distinct: [ OK ] 0.36 sec.
2025-05-26 20:19:33 02955_avro_format_zstd_encode_support: [ OK ] 0.40 sec.
2025-05-26 20:19:33 02955_sparkBar_alias_sparkbar: [ OK ] 0.52 sec.
2025-05-26 20:19:33 02952_conjunction_optimization: [ OK ] 0.63 sec.
2025-05-26 20:19:33 02947_merge_tree_index_table_1: [ OK ] 0.38 sec.
2025-05-26 20:19:34 02947_parallel_replicas_remote: [ OK ] 0.57 sec.
2025-05-26 20:19:34 02950_part_offset_as_primary_key: [ OK ] 0.75 sec.
2025-05-26 20:19:34 02952_binary: [ OK ] 1.20 sec.
2025-05-26 20:19:34 02947_merge_tree_index_table_2: [ OK ] 0.47 sec.
2025-05-26 20:19:35 02946_merge_tree_final_split_ranges_by_primary_key: [ OK ] 0.90 sec.
2025-05-26 20:19:35 02962_arrow_dictionary_indexes_types: [ OK ] 2.56 sec.
2025-05-26 20:19:35 02946_parallel_replicas_force_primary_key: [ OK ] 1.25 sec.
2025-05-26 20:19:36 02946_format_values: [ OK ] 1.74 sec.
2025-05-26 20:19:36 02943_use_full_text_skip_index_with_has_any: [ OK ] 1.13 sec.
2025-05-26 20:19:36 02943_positional_arguments_bugs: [ OK ] 1.11 sec.
2025-05-26 20:19:36 02946_materialize_column_must_not_override_past_values: [ OK ] 2.79 sec.
2025-05-26 20:19:36 02944_variant_as_common_type: [ OK ] 1.79 sec.
2025-05-26 20:19:37 02935_date_trunc_case_unsensitiveness: [ OK ] 0.81 sec.
2025-05-26 20:19:37 02982_perf_introspection_for_inserts: [ OK ] 10.03 sec.
2025-05-26 20:19:38 02934_merge_tree_max_projections: [ OK ] 1.12 sec.
2025-05-26 20:19:38 02933_local_system_setting: [ OK ] 1.28 sec.
2025-05-26 20:19:38 02933_paste_join: [ OK ] 1.13 sec.
2025-05-26 20:19:40 02935_external_table_enum_type: [ OK ] 3.83 sec.
2025-05-26 20:19:40 02932_lwd_and_mutations: [ OK ] 2.51 sec.
2025-05-26 20:19:41 02923_explain_expired_context: [ OK ] 0.64 sec.
2025-05-26 20:19:41 02932_apply_deleted_mask: [ OK ] 3.47 sec.
2025-05-26 20:19:41 02921_database_filesystem_path_check: [ OK ] 0.38 sec.
2025-05-26 20:19:41 02920_fix_json_merge_patch: [ OK ] 0.35 sec.
2025-05-26 20:19:41 02922_respect_nulls_states: [ OK ] 1.06 sec.
2025-05-26 20:19:42 02935_parallel_replicas_settings: [ OK ] 6.05 sec.
2025-05-26 20:19:42 02930_client_file_log_comment: [ OK ] 3.79 sec.
2025-05-26 20:19:42 02919_segfault_nullable_materialized_update: [ OK ] 0.46 sec.
2025-05-26 20:19:42 02918_wrong_dictionary_source: [ OK ] 0.47 sec.
2025-05-26 20:19:42 02919_ddsketch_quantile: [ OK ] 0.85 sec.
2025-05-26 20:19:42 02918_alter_temporary_table: [ OK ] 0.57 sec.
2025-05-26 20:19:42 02932_analyzer_rewrite_sum_column_and_constant: [ OK ] 5.32 sec.
2025-05-26 20:19:42 02913_sum_map_state: [ OK ] 0.38 sec.
2025-05-26 20:19:43 02916_local_insert_into_function: [ OK ] 1.28 sec.
2025-05-26 20:19:43 02916_date_text_parsing: [ OK ] 1.43 sec.
2025-05-26 20:19:44 02910_rocksdb_optimize: [ OK ] 0.88 sec.
2025-05-26 20:19:44 02908_alter_column_alias: [ OK ] 0.40 sec.
2025-05-26 20:19:44 02916_joinget_dependency: [ OK ] 2.31 sec.
2025-05-26 20:19:44 02905_show_setting_query: [ OK ] 0.48 sec.
2025-05-26 20:19:44 02907_filter_pushdown_crash: [ OK ] 0.71 sec.
2025-05-26 20:19:45 02903_parameterized_view_explain_ast: [ OK ] 0.33 sec.
2025-05-26 20:19:45 02902_json_skip_null_values: [ OK ] 0.49 sec.
2025-05-26 20:19:45 02901_predicate_pushdown_cte_stateful: [ OK ] 0.41 sec.
2025-05-26 20:19:47 02900_limit_by_query_stage: [ OK ] 2.13 sec.
2025-05-26 20:19:47 02911_analyzer_order_by_read_in_order_query_plan: [ OK ] 4.49 sec.
2025-05-26 20:19:47 02907_backup_mv_with_no_inner_table: [ OK ] 3.58 sec.
2025-05-26 20:19:48 02900_add_subtract_interval_with_string_date: [ OK ] 2.68 sec.
2025-05-26 20:19:49 02899_use_default_format_on_http_exception: [ OK ] 1.58 sec.
2025-05-26 20:19:49 02896_union_distinct_http_format: [ OK ] 1.70 sec.
2025-05-26 20:19:50 02896_multiple_OR: [ OK ] 0.92 sec.
2025-05-26 20:19:50 02896_illegal_sampling: [ OK ] 0.55 sec.
2025-05-26 20:19:50 02893_system_drop_schema_cache_format: [ OK ] 0.36 sec.
2025-05-26 20:19:51 02892_SummingMergeTree_Nested: [ OK ] 0.67 sec.
2025-05-26 20:19:55 02898_parallel_replicas_progress_bar: [ OK ] 7.58 sec.
2025-05-26 20:19:56 02892_rocksdb_trivial_count: [ OK ] 0.59 sec.
2025-05-26 20:19:57 02891_array_shingles: [ OK ] 1.28 sec.
2025-05-26 20:19:58 02892_input_csv_cr_end_count_many_rows: [ OK ] 6.42 sec.
2025-05-26 20:19:58 02888_single_state_nullable_type: [ OK ] 0.38 sec.
2025-05-26 20:19:59 02888_system_tables_with_inaccessible_table_function: [ OK ] 0.80 sec.
2025-05-26 20:20:00 02887_byteswap: [ OK ] 1.20 sec.
2025-05-26 20:20:01 02896_dwarf_format: [ OK ] 11.37 sec.
2025-05-26 20:20:01 02899_restore_parts_replicated_merge_tree: [ OK ] 14.33 sec.
2025-05-26 20:20:01 02901_parallel_replicas_rollup: [ OK ] 17.01 sec.
2025-05-26 20:20:02 02884_virtual_column_order_by: [ OK ] 0.47 sec.
2025-05-26 20:20:02 02884_interval_operator_support_plural_literal: [ OK ] 0.64 sec.
2025-05-26 20:20:02 02887_mutations_subcolumns: [ OK ] 1.84 sec.
2025-05-26 20:20:02 02889_file_log_save_errors: [ OK ] 5.35 sec.
2025-05-26 20:20:03 02882_clickhouse_keeper_client_no_confirmation: [ OK ] 1.51 sec.
2025-05-26 20:20:04 02869_insert_filenames_collisions: [ OK ] 1.24 sec.
2025-05-26 20:20:04 02866_size_of_marks_skip_idx_explain: [ OK ] 0.45 sec.
2025-05-26 20:20:06 02883_named_collections_override: [ OK ] 3.78 sec.
2025-05-26 20:20:07 02865_array_join_with_max_block_size: [ OK ] 2.54 sec.
2025-05-26 20:20:09 02911_backup_restore_keeper_map: [ OK ] 26.10 sec.
2025-05-26 20:20:09 02868_distinct_to_count_optimization: [ OK ] 5.07 sec.
2025-05-26 20:20:09 02863_non_const_timezone_check: [ OK ] 2.88 sec.
2025-05-26 20:20:09 02862_uuid_reinterpret_as_numeric: [ OK ] 1.95 sec.
2025-05-26 20:20:09 02884_async_insert_native_protocol_4: [ OK ] 7.02 sec.
2025-05-26 20:20:09 02884_async_insert_native_protocol_2: [ OK ] 7.39 sec.
2025-05-26 20:20:09 02861_index_set_incorrect_args: [ OK ] 0.54 sec.
2025-05-26 20:20:09 02861_uuid_format_serialization: [ OK ] 0.43 sec.
2025-05-26 20:20:09 02861_replacing_merge_tree_with_cleanup: [ OK ] 0.60 sec.
2025-05-26 20:20:09 02845_join_on_cond_sparse: [ OK ] 0.58 sec.
2025-05-26 20:20:09 02842_move_pk_to_end_of_prewhere: [ OK ] 0.69 sec.
2025-05-26 20:20:10 02842_capn_proto_outfile_without_schema: [ OK ] 1.29 sec.
2025-05-26 20:20:11 02841_local_assert: [ OK ] 1.68 sec.
2025-05-26 20:20:11 02836_file_diagnostics_while_reading_header: [ OK ] 1.61 sec.
2025-05-26 20:20:11 02967_parallel_replicas_join_algo_and_analyzer: [ OK ] 40.78 sec.
2025-05-26 20:20:12 02835_nested_array_lowcardinality: [ OK ] 1.32 sec.
2025-05-26 20:20:12 02834_nulls_first_sort: [ OK ] 0.42 sec.
2025-05-26 20:20:12 02834_sparse_columns_sort_with_limit: [ OK ] 0.55 sec.
2025-05-26 20:20:12 03094_grouparraysorted_memory: [ OK ] 50.54 sec.
2025-05-26 20:20:12 02841_check_table_progress: [ OK ] 2.93 sec.
2025-05-26 20:20:12 02841_with_clause_resolve: [ OK ] 3.05 sec.
2025-05-26 20:20:12 02834_alter_exception: [ OK ] 0.39 sec.
2025-05-26 20:20:13 02833_array_join_columns: [ OK ] 0.44 sec.
2025-05-26 20:20:13 02818_memory_profiler_sample_min_max_allocation_size: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:20:13 02832_integer_type_inference: [ OK ] 0.42 sec.
2025-05-26 20:20:13 02828_create_as_table_function_rename: [ OK ] 0.37 sec.
2025-05-26 20:20:13 02816_s2_invalid_point: [ OK ] 0.37 sec.
2025-05-26 20:20:13 02816_has_token_empty: [ OK ] 0.50 sec.
2025-05-26 20:20:13 02813_system_licenses_base: [ OK ] 0.34 sec.
2025-05-26 20:20:14 02812_bug_with_unused_join_columns: [ OK ] 0.40 sec.
2025-05-26 20:20:14 02813_starting_in_text_log: [ OK ] 0.96 sec.
2025-05-26 20:20:14 02812_csv_date_time_with_comma: [ OK ] 0.36 sec.
2025-05-26 20:20:14 02811_read_in_order_and_array_join_bug: [ OK ] 0.41 sec.
2025-05-26 20:20:15 02810_convert_uuid_to_uint128: [ OK ] 0.56 sec.
2025-05-26 20:20:15 02810_system_jemalloc_bins: [ OK ] 0.40 sec.
2025-05-26 20:20:15 02809_storage_set_analysis_bug: [ OK ] 0.54 sec.
2025-05-26 20:20:15 02808_aliases_inside_case: [ OK ] 0.36 sec.
2025-05-26 20:20:16 02807_default_date_time_nullable: [ OK ] 0.48 sec.
2025-05-26 20:20:17 02812_from_to_utc_timestamp: [ OK ] 3.65 sec.
2025-05-26 20:20:17 02804_clusterAllReplicas_insert: [ OK ] 0.37 sec.
2025-05-26 20:20:18 02802_with_cube_with_totals: [ OK ] 0.51 sec.
2025-05-26 20:20:18 02801_transform_nullable: [ OK ] 0.49 sec.
2025-05-26 20:20:20 02798_substring_index: [ OK ] 1.38 sec.
2025-05-26 20:20:20 02834_remote_session_log: [ OK ] 8.94 sec.
2025-05-26 20:20:21 02790_sql_standard_fetch: [ OK ] 0.47 sec.
2025-05-26 20:20:21 02790_optimize_skip_unused_shards_join: [ OK ] 0.49 sec.
2025-05-26 20:20:22 02789_object_type_invalid_num_of_rows: [ OK ] 0.55 sec.
2025-05-26 20:20:22 02806_system_parts_columns_modification_time: [ OK ] 6.53 sec.
2025-05-26 20:20:22 02784_parallel_replicas_automatic_decision_join: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:20:22 02786_transform_float: [ OK ] 0.38 sec.
2025-05-26 20:20:22 02796_projection_date_filter_on_view: [ OK ] 2.54 sec.
2025-05-26 20:20:23 02780_final_streams_data_skipping_index: [ OK ] 0.53 sec.
2025-05-26 20:20:23 02832_alter_max_sessions_for_user: [ OK ] 10.52 sec.
2025-05-26 20:20:24 02771_parallel_replicas_analyzer: [ OK ] 1.15 sec.
2025-05-26 20:20:24 02835_drop_user_during_session: [ OK ] 13.14 sec.
2025-05-26 20:20:25 02768_cse_nested_distributed: [ OK ] 0.53 sec.
2025-05-26 20:20:25 02805_distributed_queries_timeouts: [ OK ] 9.47 sec.
2025-05-26 20:20:26 02771_system_user_processes: [ OK ] 3.69 sec.
2025-05-26 20:20:26 02767_into_outfile_extensions_msan: [ OK ] 1.45 sec.
2025-05-26 20:20:26 02771_multiple_query_arguments: [ OK ] 4.11 sec.
2025-05-26 20:20:26 02763_mutate_compact_part_with_skip_indices_and_projections: [ OK ] 0.56 sec.
2025-05-26 20:20:27 02752_custom_separated_ignore_spaces_bug: [ OK ] 0.34 sec.
2025-05-26 20:20:27 02770_async_buffer_ignore: [ OK ] 2.95 sec.
2025-05-26 20:20:27 02751_parallel_replicas_bug_chunkinfo_not_set: [ OK ] 0.41 sec.
2025-05-26 20:20:27 02733_fix_distinct_in_order_bug_49622: [ OK ] 0.38 sec.
2025-05-26 20:20:27 02737_session_timezone: [ OK ] 0.67 sec.
2025-05-26 20:20:28 02771_semi_join_use_nulls: [ OK ] 4.87 sec.
2025-05-26 20:20:28 02750_settings_alias_tcp_protocol: [ OK ] 1.23 sec.
2025-05-26 20:20:28 02731_auto_convert_dictionary_layout_to_complex_by_complex_keys: [ OK ] 0.74 sec.
2025-05-26 20:20:28 02841_valid_json_and_xml_on_http_exception: [ OK ] 18.79 sec.
2025-05-26 20:20:28 02731_formats_s3: [ OK ] 0.65 sec.
2025-05-26 20:20:28 02725_sleep_max_time: [ OK ] 0.37 sec.
2025-05-26 20:20:29 02725_agg_projection_resprect_PK: [ OK ] 0.54 sec.
2025-05-26 20:20:29 02730_dictionary_hashed_load_factor_element_count: [ OK ] 1.22 sec.
2025-05-26 20:20:29 02725_null_group_key_with_rollup: [ OK ] 0.42 sec.
2025-05-26 20:20:29 02724_jit_logical_functions: [ OK ] 0.47 sec.
2025-05-26 20:20:30 02723_zookeeper_name: [ OK ] 0.56 sec.
2025-05-26 20:20:31 02725_async_insert_table_setting: [ OK ] 2.56 sec.
2025-05-26 20:20:31 02719_aggregate_with_empty_string_key: [ OK ] 0.43 sec.
2025-05-26 20:20:32 02718_array_fold: [ OK ] 0.99 sec.
2025-05-26 20:20:32 02724_limit_num_mutations: [ OK ] 3.65 sec.
2025-05-26 20:20:32 02716_create_direct_dict_with_lifetime_throws: [ OK ] 0.37 sec.
2025-05-26 20:20:33 02722_line_as_string_consistency: [ OK ] 2.58 sec.
2025-05-26 20:20:33 02714_local_object_storage: [ OK ] 0.49 sec.
2025-05-26 20:20:33 02715_bit_operations_float: [ OK ] 0.73 sec.
2025-05-26 20:20:34 02711_soundex_function: [ OK ] 0.74 sec.
2025-05-26 20:20:34 02716_parquet_invalid_date32: [ OK ] 1.82 sec.
2025-05-26 20:20:34 02710_date_diff_aliases: [ OK ] 0.38 sec.
2025-05-26 20:20:35 02709_generate_random_valid_decimals_and_bools: [ OK ] 0.38 sec.
2025-05-26 20:20:35 02724_delay_mutations: [ OK ] 5.76 sec.
2025-05-26 20:20:35 02709_storage_memory_compressed: [ OK ] 0.40 sec.
2025-05-26 20:20:35 02708_parallel_replicas_not_found_column: [ OK ] 0.40 sec.
2025-05-26 20:20:35 02707_skip_index_with_in: [ OK ] 0.46 sec.
2025-05-26 20:20:36 02712_bool_better_exception_message: [ OK ] 2.73 sec.
2025-05-26 20:20:36 02833_concurrrent_sessions: [ OK ] 23.95 sec.
2025-05-26 20:20:36 02704_storage_merge_explain_graph_crash: [ OK ] 0.48 sec.
2025-05-26 20:20:36 02706_arrow_different_dictionaries: [ OK ] 1.48 sec.
2025-05-26 20:20:37 02705_protobuf_debug_abort: [ OK ] 1.62 sec.
2025-05-26 20:20:37 02702_logical_optimizer_with_nulls: [ OK ] 0.43 sec.
2025-05-26 20:20:37 02701_non_parametric_function: [ OK ] 0.38 sec.
2025-05-26 20:20:37 02700_regexp_operator: [ OK ] 0.35 sec.
2025-05-26 20:20:38 02699_polygons_sym_difference_total_analyzer: [ OK ] 0.39 sec.
2025-05-26 20:20:38 02698_marked_dropped_tables: [ OK ] 0.51 sec.
2025-05-26 20:20:38 02695_storage_join_insert_select_deadlock: [ OK ] 0.45 sec.
2025-05-26 20:20:39 02697_alter_dependencies: [ OK ] 1.05 sec.
2025-05-26 20:20:39 02725_parquet_preserve_order: [ OK ] 10.75 sec.
2025-05-26 20:20:39 02760_dictionaries_memory: [ OK ] 12.72 sec.
2025-05-26 20:20:39 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 0.53 sec.
2025-05-26 20:20:39 02691_drop_column_with_projections_replicated: [ OK ] 0.46 sec.
2025-05-26 20:20:39 02690_subquery_identifiers: [ OK ] 0.45 sec.
2025-05-26 20:20:39 02685_bson2: [ OK ] 0.40 sec.
2025-05-26 20:20:39 02689_meaningless_data_types: [ OK ] 0.49 sec.
2025-05-26 20:20:39 02706_kolmogorov_smirnov_test_scipy: [ OK ] 4.55 sec.
2025-05-26 20:20:40 02677_get_subcolumn_array_of_tuples: [ OK ] 0.45 sec.
2025-05-26 20:20:40 02680_mysql_ast_logical_err: [ OK ] 0.66 sec.
2025-05-26 20:20:40 02677_analyzer_bitmap_has_any: [ OK ] 0.64 sec.
2025-05-26 20:20:40 02676_distinct_reading_in_order_analyzer: [ OK ] 0.40 sec.
2025-05-26 20:20:40 02674_null_default_structure: [ OK ] 0.35 sec.
2025-05-26 20:20:41 02668_column_block_number_vertical_merge: [ OK ] 0.79 sec.
2025-05-26 20:20:41 02676_to_decimal_string: [ OK ] 1.09 sec.
2025-05-26 20:20:41 02668_column_block_number_with_projections: [ OK ] 0.69 sec.
2025-05-26 20:20:41 02681_undrop_query: [ OK ] 1.97 sec.
2025-05-26 20:20:42 02668_ulid_decoding: [ OK ] 0.59 sec.
2025-05-26 20:20:42 02662_sparse_columns_mutations_4: [ OK ] 0.82 sec.
2025-05-26 20:20:42 02662_sparse_columns_mutations_1: [ OK ] 0.93 sec.
2025-05-26 20:20:42 02662_sparse_columns_mutations_3: [ OK ] 1.01 sec.
2025-05-26 20:20:42 02662_sparse_columns_mutations_5: [ OK ] 0.53 sec.
2025-05-26 20:20:43 02662_sparse_columns_mutations_2: [ OK ] 0.57 sec.
2025-05-26 20:20:43 02681_final_excessive_reading_bug: [ OK ] 4.27 sec.
2025-05-26 20:20:44 02597_column_update_tricy_expression_and_replication: [ OK ] 1.52 sec.
2025-05-26 20:20:44 02704_keeper_map_zk_nodes: [ OK ] 7.48 sec.
2025-05-26 20:20:44 02597_column_update_and_replication: [ OK ] 1.66 sec.
2025-05-26 20:20:44 02584_range_ipv4: [ OK ] 0.39 sec.
2025-05-26 20:20:44 02579_fill_empty_chunk: [ OK ] 0.36 sec.
2025-05-26 20:20:44 02580_like_substring_search_bug: [ OK ] 0.39 sec.
2025-05-26 20:20:45 02575_merge_prewhere_different_default_kind: [ OK ] 0.49 sec.
2025-05-26 20:20:45 02593_bson_more_types: [ OK ] 1.96 sec.
2025-05-26 20:20:45 02765_queries_with_subqueries_profile_events: [ OK ] 19.41 sec.
2025-05-26 20:20:45 02573_quantile_fuse_msan: [ OK ] 0.46 sec.
2025-05-26 20:20:45 02575_merge_prewhere_ephemeral: [ OK ] 0.54 sec.
2025-05-26 20:20:45 02569_order_by_aggregation_result: [ OK ] 0.48 sec.
2025-05-26 20:20:45 02564_analyzer_cross_to_inner: [ OK ] 0.55 sec.
2025-05-26 20:20:45 02573_insert_null_as_default_null_as_empty_nested: [ OK ] 0.73 sec.
2025-05-26 20:20:46 02567_and_consistency: [ OK ] 0.85 sec.
2025-05-26 20:20:46 02704_max_backup_bandwidth: [ OK ] 9.47 sec.
2025-05-26 20:20:46 02588_parquet_bug: [ OK ] 2.34 sec.
2025-05-26 20:20:46 02559_multiple_read_steps_in_prewhere_missing_columns: [ OK ] 0.72 sec.
2025-05-26 20:20:46 02559_nested_multiple_levels_default: [ OK ] 0.49 sec.
2025-05-26 20:20:46 02562_regexp_extract: [ OK ] 1.04 sec.
2025-05-26 20:20:46 02552_check_referential_table_dependencies: [ OK ] 0.45 sec.
2025-05-26 20:20:46 02552_inner_join_with_where_true: [ OK ] 0.40 sec.
2025-05-26 20:20:46 02542_table_function_format: [ OK ] 0.42 sec.
2025-05-26 20:20:47 02542_case_no_else: [ OK ] 0.39 sec.
2025-05-26 20:20:47 02564_query_id_header: [ OK ] 1.86 sec.
2025-05-26 20:20:47 02541_tuple_element_with_null: [ OK ] 0.39 sec.
2025-05-26 20:20:47 02539_generate_random_map: [ OK ] 0.38 sec.
2025-05-26 20:20:47 02542_transform_new: [ OK ] 0.80 sec.
2025-05-26 20:20:47 02541_lightweight_delete_on_cluster: [ OK ] 0.57 sec.
2025-05-26 20:20:47 02538_nullable_array_tuple_timeseries: [ OK ] 0.38 sec.
2025-05-26 20:20:47 02537_system_formats: [ OK ] 0.34 sec.
2025-05-26 20:20:48 02534_s3_heap_use_after_free: [ OK ] 0.40 sec.
2025-05-26 20:20:48 02536_distributed_detach_table: [ OK ] 0.63 sec.
2025-05-26 20:20:48 02534_default_granularity: [ OK ] 0.35 sec.
2025-05-26 20:20:48 02532_analyzer_aggregation_with_rollup: [ OK ] 0.42 sec.
2025-05-26 20:20:48 02532_profileevents_server_startup_time: [ OK ] 0.36 sec.
2025-05-26 20:20:48 02530_ip_part_id: [ OK ] 0.47 sec.
2025-05-26 20:20:49 02526_merge_join_int_decimal: [ OK ] 0.87 sec.
2025-05-26 20:20:49 02558_system_processes_elapsed: [ OK ] 3.64 sec.
2025-05-26 20:20:49 02524_fuzz_and_fuss_2: [ OK ] 0.39 sec.
2025-05-26 20:20:50 02540_input_format_json_ignore_unknown_keys_in_named_tuple: [ OK ] 3.16 sec.
2025-05-26 20:20:50 02523_array_shuffle: [ OK ] 1.06 sec.
2025-05-26 20:20:50 02521_lightweight_delete_and_ttl: [ OK ] 0.90 sec.
2025-05-26 20:20:51 02521_cannot_find_column_in_projection: [ OK ] 0.47 sec.
2025-05-26 20:20:51 02521_to_custom_day_of_week: [ OK ] 0.57 sec.
2025-05-26 20:20:51 02521_analyzer_aggregation_without_column: [ OK ] 0.47 sec.
2025-05-26 20:20:52 02534_keyed_siphash: [ OK ] 4.59 sec.
2025-05-26 20:20:52 02518_merge_engine_nullable_43324: [ OK ] 0.48 sec.
2025-05-26 20:20:52 02518_qualified_asterisks_alias_table_name: [ OK ] 0.43 sec.
2025-05-26 20:20:52 02517_wrong_total_structure_crash: [ OK ] 0.49 sec.
2025-05-26 20:20:53 02517_union_columns_order: [ OK ] 0.46 sec.
2025-05-26 20:20:54 02516_join_with_totals_and_subquery_bug: [ OK ] 1.04 sec.
2025-05-26 20:20:54 02516_projections_and_context: [ OK ] 0.65 sec.
2025-05-26 20:20:54 02515_generate_ulid: [ OK ] 0.34 sec.
2025-05-26 20:20:54 02515_distinct_zero_size_key_bug_44831: [ OK ] 0.36 sec.
2025-05-26 20:20:55 02513_validate_data_types: [ OK ] 0.68 sec.
2025-05-26 20:20:55 02525_range_hashed_dictionary_update_field: [ OK ] 6.53 sec.
2025-05-26 20:20:55 02513_analyzer_duplicate_alias_crash_fix: [ OK ] 0.39 sec.
2025-05-26 20:20:56 02513_analyzer_sort_msan: [ OK ] 0.43 sec.
2025-05-26 20:20:56 02512_array_join_name_resolution: [ OK ] 0.54 sec.
2025-05-26 20:20:56 02661_read_from_archive_tarxz: [ OK ] 14.45 sec.
2025-05-26 20:20:57 02513_parquet_orc_arrow_nullable_schema_inference: [ OK ] 2.75 sec.
2025-05-26 20:20:57 02513_date_string_comparison: [ OK ] 2.08 sec.
2025-05-26 20:20:57 02509_h3_arguments: [ OK ] 0.42 sec.
2025-05-26 20:20:57 02511_complex_literals_as_aggregate_function_parameters: [ OK ] 0.52 sec.
2025-05-26 20:20:57 02521_merge_over_gap: [ OK ] 7.26 sec.
2025-05-26 20:20:57 02508_bad_graphite: [ OK ] 0.41 sec.
2025-05-26 20:20:57 02506_date_time64_floating_point_negative_value: [ OK ] 0.37 sec.
2025-05-26 20:20:57 02505_forbid_paths_in_datetime_timezone: [ OK ] 0.41 sec.
2025-05-26 20:20:57 02503_bad_compatibility_setting: [ OK ] 0.41 sec.
2025-05-26 20:20:58 02502_fuzz_bad_cast_to_ast_literal: [ OK ] 0.41 sec.
2025-05-26 20:20:58 02499_read_json_objects_as_strings: [ OK ] 0.36 sec.
2025-05-26 20:20:58 02500_prevent_drop_nested_if_empty_part: [ OK ] 0.72 sec.
2025-05-26 20:20:58 02499_analyzer_aggregate_function_lambda_crash_fix: [ OK ] 0.44 sec.
2025-05-26 20:20:58 02498_analyzer_settings_push_down: [ OK ] 0.46 sec.
2025-05-26 20:20:58 02504_regexp_dictionary_table_source: [ OK ] 1.38 sec.
2025-05-26 20:20:58 02498_analyzer_aggregate_functions_arithmetic_operations_pass_fix: [ OK ] 0.44 sec.
2025-05-26 20:20:58 02497_remote_disk_fat_column: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:20:59 02497_analyzer_sum_if_count_if_pass_crash_fix: [ OK ] 0.38 sec.
2025-05-26 20:20:59 02497_storage_join_right_assert: [ OK ] 0.39 sec.
2025-05-26 20:20:59 02497_schema_inference_nulls: [ OK ] 0.76 sec.
2025-05-26 20:20:59 02499_extract_key_value_pairs_multiple_input: [ OK ] 2.00 sec.
2025-05-26 20:21:00 02496_from_unixtime_in_joda_syntax: [ OK ] 0.75 sec.
2025-05-26 20:21:00 02494_analyzer_cte_resolution_in_subquery_fix: [ OK ] 0.50 sec.
2025-05-26 20:21:00 02494_combinators_with_null_argument: [ OK ] 0.57 sec.
2025-05-26 20:21:01 02496_format_datetime_in_joda_syntax: [ OK ] 1.94 sec.
2025-05-26 20:21:01 02495_analyzer_storage_join: [ OK ] 1.82 sec.
2025-05-26 20:21:02 02490_benchmark_max_consecutive_errors: [ OK ] 1.76 sec.
2025-05-26 20:21:02 02499_monotonicity_toUnixTimestamp64: [ OK ] 4.18 sec.
2025-05-26 20:21:03 02481_array_join_with_map: [ OK ] 0.43 sec.
2025-05-26 20:21:03 02483_password_reset: [ OK ] 1.77 sec.
2025-05-26 20:21:03 02481_aggregation_in_order_plan: [ OK ] 0.60 sec.
2025-05-26 20:21:04 02481_low_cardinality_with_short_circuit_functins_mutations: [ OK ] 0.45 sec.
2025-05-26 20:21:04 02521_aggregation_by_partitions: [ OK ] 13.22 sec.
2025-05-26 20:21:04 02481_merge_array_join_sample_by: [ OK ] 0.55 sec.
2025-05-26 20:21:04 02480_every_asynchronous_metric_must_have_documentation: [ OK ] 0.37 sec.
2025-05-26 20:21:05 02561_null_as_default_more_formats: [ OK ] 19.61 sec.
2025-05-26 20:21:06 02480_interval_casting_and_subquery: [ OK ] 1.31 sec.
2025-05-26 20:21:06 02480_parse_date_time_best_effort_math_overflow: [ OK ] 1.07 sec.
2025-05-26 20:21:09 02482_load_parts_refcounts: [ OK ] 6.70 sec.
2025-05-26 20:21:11 02479_analyzer_aggregation_totals_rollup_crash_fix: [ OK ] 2.91 sec.
2025-05-26 20:21:11 02479_analyzer_join_with_constants: [ OK ] 4.74 sec.
2025-05-26 20:21:14 02475_analyzer_subquery_compound_expression: [ OK ] 2.01 sec.
2025-05-26 20:21:14 02485_zero_copy_commit_error: [ OK ] 7.89 sec.
2025-05-26 20:21:15 02476_query_parameters_insert: [ OK ] 3.32 sec.
2025-05-26 20:21:15 02475_date_time_schema_inference_bug: [ OK ] 0.64 sec.
2025-05-26 20:21:15 02481_async_insert_race_long: [ OK ] 12.34 sec.
2025-05-26 20:21:15 02474_unhex_in_fix_string: [ OK ] 0.47 sec.
2025-05-26 20:21:15 02478_projection_with_group_by_alter: [ OK ] 8.86 sec.
2025-05-26 20:21:15 02473_map_element_nullable: [ OK ] 0.61 sec.
2025-05-26 20:21:16 02469_fix_aliases_parser: [ OK ] 0.40 sec.
2025-05-26 20:21:16 02468_has_any_tuple: [ OK ] 0.46 sec.
2025-05-26 20:21:16 02467_cross_join_three_table_functions: [ OK ] 0.37 sec.
2025-05-26 20:21:16 02467_set_with_lowcardinality_type: [ OK ] 0.46 sec.
2025-05-26 20:21:17 02477_single_value_data_string_regression: [ OK ] 7.36 sec.
2025-05-26 20:21:17 02475_split_with_max_substrings: [ OK ] 2.68 sec.
2025-05-26 20:21:17 02462_match_regexp_pk: [ OK ] 0.58 sec.
2025-05-26 20:21:17 02460_prewhere_row_level_policy: [ OK ] 0.39 sec.
2025-05-26 20:21:17 02462_distributions: [ OK ] 0.84 sec.
2025-05-26 20:21:17 02483_elapsed_time: [ OK ] 16.39 sec.
2025-05-26 20:21:17 02459_materialized_view_default_value: [ OK ] 0.43 sec.
2025-05-26 20:21:18 02459_read_in_order_bufer: [ OK ] 0.55 sec.
2025-05-26 20:21:18 02459_group_by_all: [ OK ] 0.90 sec.
2025-05-26 20:21:18 02458_relax_too_many_parts: [ OK ] 0.91 sec.
2025-05-26 20:21:18 02456_summing_mt_lc: [ OK ] 0.44 sec.
2025-05-26 20:21:18 02456_BLAKE3_hash_function_test: [ OK ] 0.36 sec.
2025-05-26 20:21:18 02460_projections_and_aggregate_null_if_empty: [ OK ] 1.69 sec.
2025-05-26 20:21:19 02453_check_path_in_errors_logger: [ OK ] 0.55 sec.
2025-05-26 20:21:19 02452_check_low_cardinality: [ OK ] 0.71 sec.
2025-05-26 20:21:19 02452_json_utf8_validation: [ OK ] 0.62 sec.
2025-05-26 20:21:20 02449_check_dependencies_and_table_shutdown: [ OK ] 0.64 sec.
2025-05-26 20:21:21 02457_s3_cluster_schema_inference: [ OK ] 3.43 sec.
2025-05-26 20:21:28 02446_parent_zero_copy_locks: [ OK ] 6.69 sec.
2025-05-26 20:21:28 02456_progress_tty: [ OK ] 10.31 sec.
2025-05-26 20:21:36 02450_kill_distributed_query_deadlock: [ OK ] 16.93 sec.
2025-05-26 20:21:36 02438_sync_replica_lightweight: [ OK ] 0.72 sec.
2025-05-26 20:21:46 02447_drop_database_replica: [ OK ] 26.45 sec.
2025-05-26 20:21:46 02434_cancel_insert_when_client_dies: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:21:47 02430_bitmap_transform_exception_code: [ OK ] 0.43 sec.
2025-05-26 20:21:48 02429_groupBitmap_chain_state: [ OK ] 0.94 sec.
2025-05-26 20:21:48 02473_optimize_old_parts: [ OK ] 32.93 sec.
2025-05-26 20:21:48 02429_offset_pipeline_stuck_bug: [ OK ] 0.56 sec.
2025-05-26 20:21:48 02470_mutation_sync_race: [ OK ] 32.98 sec.
2025-05-26 20:21:49 02427_column_nullable_ubsan: [ OK ] 0.51 sec.
2025-05-26 20:21:49 02423_multidimensional_array_get_data_at: [ OK ] 0.70 sec.
2025-05-26 20:21:49 02443_detach_attach_partition: [ OK ] 20.44 sec.
2025-05-26 20:21:50 02421_explain_subquery: [ OK ] 1.42 sec.
2025-05-26 20:21:50 02421_decimal_in_precision_issue_41125: [ OK ] 0.89 sec.
2025-05-26 20:21:50 02418_aggregate_combinators: [ OK ] 1.13 sec.
2025-05-26 20:21:50 02418_do_not_return_empty_blocks_from_ConvertingAggregatedToChunksTransform: [ OK ] 1.27 sec.
2025-05-26 20:21:50 02418_tautological_if_index: [ OK ] 0.71 sec.
2025-05-26 20:21:51 02417_from_select_syntax: [ OK ] 0.41 sec.
2025-05-26 20:21:51 02416_json_object_inference: [ OK ] 0.43 sec.
2025-05-26 20:21:51 02406_try_read_datetime64_bug: [ OK ] 0.49 sec.
2025-05-26 20:21:51 02448_clone_replica_lost_part: [ OK ] 32.09 sec.
2025-05-26 20:21:51 02405_pmj_issue_40335: [ OK ] 0.45 sec.
2025-05-26 20:21:52 02417_repeat_input_commands: [ OK ] 1.67 sec.
2025-05-26 20:21:52 02400_create_table_on_cluster_normalization: [ OK ] 0.69 sec.
2025-05-26 20:21:52 02395_every_merge_tree_setting_must_have_documentation: [ OK ] 0.35 sec.
2025-05-26 20:21:52 02403_big_http_chunk_size: [ OK ] 1.21 sec.
2025-05-26 20:21:53 02393_every_metric_must_have_documentation: [ OK ] 0.36 sec.
2025-05-26 20:21:53 02388_analyzer_recursive_lambda: [ OK ] 0.46 sec.
2025-05-26 20:21:53 02386_analyzer_in_function_nested_subqueries: [ OK ] 0.39 sec.
2025-05-26 20:21:53 02389_dashboard: [ OK ] 1.17 sec.
2025-05-26 20:21:54 02391_hashed_dictionary_shards: [ OK ] 1.27 sec.
2025-05-26 20:21:54 02384_decrypt_bad_arguments: [ OK ] 0.43 sec.
2025-05-26 20:21:54 02384_nullable_low_cardinality_as_dict_in_arrow: [ OK ] 0.48 sec.
2025-05-26 20:21:54 02383_analyzer_merge_tree_self_join: [ OK ] 0.65 sec.
2025-05-26 20:21:54 02381_setting_value_auto: [ OK ] 0.42 sec.
2025-05-26 20:21:55 02377_executable_function_settings: [ OK ] 0.61 sec.
2025-05-26 20:21:55 02381_arrow_dict_of_nullable_string_to_lc: [ OK ] 1.38 sec.
2025-05-26 20:21:55 02377_fix_file_virtual_column: [ OK ] 0.42 sec.
2025-05-26 20:21:56 02377_modify_column_from_nested: [ OK ] 0.87 sec.
2025-05-26 20:21:58 02378_analyzer_projection_names: [ OK ] 3.55 sec.
2025-05-26 20:22:00 02375_stack_trace_no_addresses: [ OK ] 2.02 sec.
2025-05-26 20:22:00 02375_double_escaping_json: [ OK ] 0.35 sec.
2025-05-26 20:22:01 02374_regexp_replace: [ OK ] 0.35 sec.
2025-05-26 20:22:02 02401_merge_tree_old_tmp_dirs_cleanup: [ OK ] 10.58 sec.
2025-05-26 20:22:02 02435_rollback_cancelled_queries: [ OK ] 25.56 sec.
2025-05-26 20:22:02 02370_extractAll_regress: [ OK ] 0.35 sec.
2025-05-26 20:22:03 02371_analyzer_join_cross: [ OK ] 0.75 sec.
2025-05-26 20:22:03 02377_majority_insert_quorum_zookeeper_long: [ OK ] 6.79 sec.
2025-05-26 20:22:03 02367_optimize_trivial_count_with_array_join: [ OK ] 0.46 sec.
2025-05-26 20:22:03 02367_join_pushdown_column_not_found: [ OK ] 0.45 sec.
2025-05-26 20:22:04 02366_with_fill_date: [ OK ] 0.43 sec.
2025-05-26 20:22:04 02366_kql_extend: [ OK ] 1.00 sec.
2025-05-26 20:22:04 02371_select_projection_normal_agg: [ OK ] 3.47 sec.
2025-05-26 20:22:04 02366_kql_func_binary: [ OK ] 0.39 sec.
2025-05-26 20:22:05 02366_union_decimal_conversion: [ OK ] 0.45 sec.
2025-05-26 20:22:05 02366_decimal_agg_state_conversion: [ OK ] 0.55 sec.
2025-05-26 20:22:05 02366_direct_dictionary_dict_has: [ OK ] 0.55 sec.
2025-05-26 20:22:06 02366_kql_func_scalar: [ OK ] 0.55 sec.
2025-05-26 20:22:06 02364_setting_cross_to_inner_rewrite: [ OK ] 0.53 sec.
2025-05-26 20:22:06 02366_kql_datatype: [ OK ] 1.16 sec.
2025-05-26 20:22:07 02363_mapupdate_improve: [ OK ] 0.52 sec.
2025-05-26 20:22:07 02356_trivial_count_with_empty_set: [ OK ] 0.37 sec.
2025-05-26 20:22:07 02366_kql_func_string: [ OK ] 3.47 sec.
2025-05-26 20:22:08 02355_control_block_size_in_aggregator: [ OK ] 0.47 sec.
2025-05-26 20:22:08 02354_tuple_lowcardinality: [ OK ] 0.45 sec.
2025-05-26 20:22:09 02353_format_settings: [ OK ] 1.43 sec.
2025-05-26 20:22:10 02352_lightweight_delete_and_object_column: [ OK ] 0.65 sec.
2025-05-26 20:22:10 02417_opentelemetry_insert_on_distributed_table: [ OK ] 20.21 sec.
2025-05-26 20:22:11 02346_additional_filters_index: [ OK ] 0.80 sec.
2025-05-26 20:22:11 02377_optimize_sorting_by_input_stream_properties_explain: [ OK ] 15.67 sec.
2025-05-26 20:22:11 02445_replicated_db_alter_partition: [ OK ] 43.70 sec.
2025-05-26 20:22:12 02346_inverted_index_experimental_flag: [ OK ] 0.42 sec.
2025-05-26 20:22:12 02352_lightweight_delete_on_replicated_merge_tree: [ OK ] 2.16 sec.
2025-05-26 20:22:12 02346_inverted_index_bug59039: [ OK ] 0.45 sec.
2025-05-26 20:22:12 02346_additional_filters: [ OK ] 1.56 sec.
2025-05-26 20:22:13 02369_lost_part_intersecting_merges: [ OK ] 10.83 sec.
2025-05-26 20:22:14 02352_lightweight_delete: [ OK ] 5.67 sec.
2025-05-26 20:22:14 02346_non_negative_derivative: [ OK ] 1.57 sec.
2025-05-26 20:22:14 02364_multiSearch_function_family: [ OK ] 7.60 sec.
2025-05-26 20:22:14 02345_partial_sort_transform_optimization: [ OK ] 0.62 sec.
2025-05-26 20:22:14 02343_analyzer_lambdas_issue_28083: [ OK ] 0.45 sec.
2025-05-26 20:22:14 02320_alter_columns_with_dots: [ OK ] 0.45 sec.
2025-05-26 20:22:14 02338_analyzer_constants_basic: [ OK ] 0.57 sec.
2025-05-26 20:22:14 02320_mapped_array_witn_const_nullable: [ OK ] 0.40 sec.
2025-05-26 20:22:15 02315_replace_multiif_to_if: [ OK ] 0.40 sec.
2025-05-26 20:22:15 02319_quantile_interpolated_weighted: [ OK ] 0.75 sec.
2025-05-26 20:22:15 02315_grouping_constant_folding: [ OK ] 0.57 sec.
2025-05-26 20:22:15 02316_expressions_with_window_functions: [ OK ] 0.69 sec.
2025-05-26 20:22:15 02313_negative_datetime64: [ OK ] 0.37 sec.
2025-05-26 20:22:15 02313_dump_column_structure_low_cardinality: [ OK ] 0.33 sec.
2025-05-26 20:22:15 02313_multiple_limits: [ OK ] 0.55 sec.
2025-05-26 20:22:15 02345_implicit_transaction: [ OK ] 2.87 sec.
2025-05-26 20:22:16 02346_aggregation_in_order_fixed_prefix: [ OK ] 4.40 sec.
2025-05-26 20:22:16 02307_join_get_array_null: [ OK ] 0.55 sec.
2025-05-26 20:22:16 02302_column_decl_null_before_defaul_value: [ OK ] 0.94 sec.
2025-05-26 20:22:16 02294_nothing_arguments_in_functions: [ OK ] 0.55 sec.
2025-05-26 20:22:17 02310_profile_events_insert: [ OK ] 1.69 sec.
2025-05-26 20:22:17 02310_clickhouse_local_INSERT_progress_profile_events: [ OK ] 1.65 sec.
2025-05-26 20:22:17 02306_part_types_profile_events: [ OK ] 1.65 sec.
2025-05-26 20:22:17 02293_compatibility_ignore_auto_increment_in_create_table: [ OK ] 0.68 sec.
2025-05-26 20:22:17 02293_grouping_function: [ OK ] 0.92 sec.
2025-05-26 20:22:17 02293_optimize_aggregation_in_order_Array_functions: [ OK ] 0.61 sec.
2025-05-26 20:22:18 02293_h3_distance: [ OK ] 0.58 sec.
2025-05-26 20:22:18 02292_h3_unidirectional_funcs: [ OK ] 0.72 sec.
2025-05-26 20:22:18 02292_create_function_validate: [ OK ] 0.46 sec.
2025-05-26 20:22:18 02287_type_object_convert: [ OK ] 0.65 sec.
2025-05-26 20:22:18 02286_function_wyhash: [ OK ] 0.39 sec.
2025-05-26 20:22:18 02294_anova_cmp: [ OK ] 2.54 sec.
2025-05-26 20:22:19 02283_array_norm: [ OK ] 0.85 sec.
2025-05-26 20:22:19 02281_limit_by_distributed: [ OK ] 0.61 sec.
2025-05-26 20:22:20 02282_array_distance: [ OK ] 1.44 sec.
2025-05-26 20:22:20 02271_fix_column_matcher_and_column_transformer: [ OK ] 1.06 sec.
2025-05-26 20:22:20 02270_client_name: [ OK ] 1.14 sec.
2025-05-26 20:22:21 02265_cross_join_empty_list: [ OK ] 0.67 sec.
2025-05-26 20:22:21 02264_format_insert_infile: [ OK ] 0.34 sec.
2025-05-26 20:22:22 02270_errors_in_files_s3: [ OK ] 1.95 sec.
2025-05-26 20:22:22 02252_reset_non_existing_setting: [ OK ] 0.59 sec.
2025-05-26 20:22:22 02250_insert_select_from_file_schema_inference: [ OK ] 0.42 sec.
2025-05-26 20:22:22 02249_insert_select_from_input_schema_inference: [ OK ] 0.48 sec.
2025-05-26 20:22:23 02293_part_log_has_merge_reason: [ OK ] 5.47 sec.
2025-05-26 20:22:23 02248_nullable_custom_types_to_string: [ OK ] 0.46 sec.
2025-05-26 20:22:23 02247_fix_extract_parser: [ OK ] 0.42 sec.
2025-05-26 20:22:23 02244_casewithexpression_return_type: [ OK ] 0.35 sec.
2025-05-26 20:22:24 02244_url_engine_headers_test: [ OK ] 1.08 sec.
2025-05-26 20:22:25 02250_hints_for_columns: [ OK ] 3.31 sec.
2025-05-26 20:22:25 02265_limit_push_down_over_window_functions_bug: [ OK ] 5.33 sec.
2025-05-26 20:22:26 02346_inverted_index_search: [ OK ] 13.29 sec.
2025-05-26 20:22:26 02242_join_rocksdb: [ OK ] 1.89 sec.
2025-05-26 20:22:26 02243_arrow_read_null_type_to_nullable_column: [ OK ] 2.79 sec.
2025-05-26 20:22:26 02242_subcolumns_sizes: [ OK ] 1.07 sec.
2025-05-26 20:22:26 02236_explain_pipeline_join: [ OK ] 0.35 sec.
2025-05-26 20:22:27 02286_parallel_final: [ OK ] 9.19 sec.
2025-05-26 20:22:27 02234_column_function_short_circuit: [ OK ] 0.78 sec.
2025-05-26 20:22:27 02233_optimize_aggregation_in_order_prefix_with_merge: [ OK ] 0.46 sec.
2025-05-26 20:22:28 02232_functions_to_subcolumns_alias: [ OK ] 0.39 sec.
2025-05-26 20:22:34 02239_bzip2_bug: [ OK ] 7.85 sec.
2025-05-26 20:22:37 02230_create_table_as_ignore_ttl: [ OK ] 3.37 sec.
2025-05-26 20:22:38 02226_async_insert_table_function: [ OK ] 1.25 sec.
2025-05-26 20:22:39 02234_cast_to_ip_address: [ OK ] 13.11 sec.
2025-05-26 20:22:41 02226_in_untuple_issue_34810: [ OK ] 2.05 sec.
2025-05-26 20:22:43 02212_h3_point_dist: [ OK ] 1.95 sec.
2025-05-26 20:22:43 02225_parallel_distributed_insert_select_view: [ OK ] 3.57 sec.
2025-05-26 20:22:44 02212_cte_and_table_alias: [ OK ] 1.86 sec.
2025-05-26 20:22:45 02210_append_to_dev_dull: [ OK ] 1.54 sec.
2025-05-26 20:22:47 02206_array_starts_ends_with: [ OK ] 1.80 sec.
2025-05-26 20:22:47 02206_information_schema_show_database: [ OK ] 0.77 sec.
2025-05-26 20:22:51 02206_minimum_sample_size: [ OK ] 3.15 sec.
2025-05-26 20:22:52 02205_ephemeral_1: [ OK ] 1.69 sec.
2025-05-26 20:22:56 02210_processors_profile_log_2: [ OK ] 11.92 sec.
2025-05-26 20:22:56 02202_use_skip_indexes_if_final: [ OK ] 3.95 sec.
2025-05-26 20:22:57 02235_remote_fs_cache_stress: [ OK ] 31.07 sec.
2025-05-26 20:22:57 02231_bloom_filter_sizing: [ OK ] 29.73 sec.
2025-05-26 20:22:57 02191_nested_with_dots: [ OK ] 0.91 sec.
2025-05-26 20:22:58 02188_parser_dictionary_primary_key: [ OK ] 0.72 sec.
2025-05-26 20:22:58 02193_async_insert_tcp_client_1: [ OK ] 1.98 sec.
2025-05-26 20:22:59 02190_format_regexp_cr_in_the_middle: [ OK ] 1.37 sec.
2025-05-26 20:22:59 02185_split_by_char: [ OK ] 0.42 sec.
2025-05-26 20:22:59 02185_range_hashed_dictionary_open_ranges: [ OK ] 0.96 sec.
2025-05-26 20:22:59 02180_insert_into_values_settings: [ OK ] 0.37 sec.
2025-05-26 20:23:00 02169_fix_view_offset_limit_setting: [ OK ] 0.67 sec.
2025-05-26 20:23:00 02179_sparse_columns_detach: [ OK ] 1.06 sec.
2025-05-26 20:23:00 02530_dictionaries_update_field: [ OK ] 132.41 sec.
2025-05-26 20:23:00 02183_dictionary_no_attributes: [ OK ] 1.63 sec.
2025-05-26 20:23:00 02167_columns_with_dots_default_values: [ OK ] 0.42 sec.
2025-05-26 20:23:01 02165_insert_from_infile: [ OK ] 0.38 sec.
2025-05-26 20:23:01 02165_h3_exact_edge_length_m: [ OK ] 0.81 sec.
2025-05-26 20:23:02 02161_array_first_last: [ OK ] 0.56 sec.
2025-05-26 20:23:02 02164_clickhouse_local_interactive_exception: [ OK ] 1.38 sec.
2025-05-26 20:23:02 02160_h3_cell_area_rads2: [ OK ] 0.53 sec.
2025-05-26 20:23:03 02158_contingency: [ OK ] 0.77 sec.
2025-05-26 20:23:03 02159_left_right: [ OK ] 1.20 sec.
2025-05-26 20:23:03 02158_interval_length_sum: [ OK ] 0.37 sec.
2025-05-26 20:23:04 02165_replicated_grouping_sets: [ OK ] 3.08 sec.
2025-05-26 20:23:05 02158_explain_ast_alter_commands: [ OK ] 1.97 sec.
2025-05-26 20:23:06 02155_read_in_order_max_rows_to_read: [ OK ] 0.76 sec.
2025-05-26 20:23:07 02187_async_inserts_all_formats: [ OK ] 9.70 sec.
2025-05-26 20:23:07 02155_default_keyword_format_values: [ OK ] 3.72 sec.
2025-05-26 20:23:07 02153_clickhouse_local_profile_info: [ OK ] 1.33 sec.
2025-05-26 20:23:08 02152_count_distinct_optimization: [ OK ] 0.79 sec.
2025-05-26 20:23:08 02152_bool_type: [ OK ] 0.75 sec.
2025-05-26 20:23:08 02156_async_insert_query_log: [ OK ] 4.70 sec.
2025-05-26 20:23:09 02151_clickhouse_client_hints: [ OK ] 1.29 sec.
2025-05-26 20:23:09 02137_mv_into_join: [ OK ] 0.78 sec.
2025-05-26 20:23:09 02131_mv_many_chunks_bug: [ OK ] 0.68 sec.
2025-05-26 20:23:10 02126_alter_table_alter_column: [ OK ] 0.40 sec.
2025-05-26 20:23:10 02128_wait_end_of_query_fix: [ OK ] 1.22 sec.
2025-05-26 20:23:10 02125_many_mutations: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:23:10 02147_arrow_duplicate_columns: [ OK ] 2.42 sec.
2025-05-26 20:23:11 02124_comparison_betwwen_decimal_and_float: [ OK ] 0.79 sec.
2025-05-26 20:23:12 02126_lc_window_functions: [ OK ] 1.56 sec.
2025-05-26 20:23:12 02124_empty_uuid: [ OK ] 0.42 sec.
2025-05-26 20:23:12 02124_clickhouse_dictionary_with_predefined_configuration: [ OK ] 0.47 sec.
2025-05-26 20:23:13 02123_MySQLWire_regression: [ OK ] 0.52 sec.
2025-05-26 20:23:14 02165_auto_format_by_file_extension: [ OK ] 13.31 sec.
2025-05-26 20:23:15 02124_json_each_row_with_progress: [ OK ] 2.77 sec.
2025-05-26 20:23:16 02122_parallel_formatting_CSVWithNames: [ OK ] 3.87 sec.
2025-05-26 20:23:19 02122_parallel_formatting_XML: [ OK ] 4.85 sec.
2025-05-26 20:23:20 02122_parallel_formatting_CSVWithNamesAndTypes: [ OK ] 5.97 sec.
2025-05-26 20:23:22 02122_parallel_formatting_CSV: [ OK ] 5.16 sec.
2025-05-26 20:23:23 02124_buffer_insert_select_race: [ OK ] 12.34 sec.
2025-05-26 20:23:24 02122_parallel_formatting_RowBinaryWithNamesAndTypes: [ OK ] 4.08 sec.
2025-05-26 20:23:26 02122_parallel_formatting_PrettyCompact: [ OK ] 6.10 sec.
2025-05-26 20:23:27 02122_parallel_formatting_JSONStringsEachRow: [ OK ] 4.95 sec.
2025-05-26 20:23:27 02118_show_create_table_rocksdb: [ OK ] 0.36 sec.
2025-05-26 20:23:27 02231_buffer_aggregate_states_leak: [ OK ] 59.63 sec.
2025-05-26 20:23:27 02122_parallel_formatting_RowBinary: [ OK ] 3.77 sec.
2025-05-26 20:23:28 02122_parallel_formatting_JSONCompactStringsEachRowWithNamesAndTypes: [ OK ] 4.95 sec.
2025-05-26 20:23:28 02241_join_rocksdb_bs: [ OK ] 62.52 sec.
2025-05-26 20:23:28 02117_show_create_table_system: [ OK ] 0.91 sec.
2025-05-26 20:23:29 02114_offset_fetch_without_order_by: [ OK ] 1.26 sec.
2025-05-26 20:23:29 02116_interactive_hello: [ OK ] 1.61 sec.
2025-05-26 20:23:29 02122_parallel_formatting_Template: [ OK ] 3.33 sec.
2025-05-26 20:23:29 02111_json_column_name_encoding: [ OK ] 0.36 sec.
2025-05-26 20:23:29 02112_parse_date_yyyymmdd: [ OK ] 1.35 sec.
2025-05-26 20:23:30 02113_hdfs_assert: [ OK ] 2.00 sec.
2025-05-26 20:23:30 02112_delayed_clickhouse_local_with_queries_file: [ OK ] 1.44 sec.
2025-05-26 20:23:31 02100_limit_push_down_bug: [ OK ] 0.43 sec.
2025-05-26 20:23:31 02105_backslash_letter_commands: [ OK ] 1.66 sec.
2025-05-26 20:23:31 02100_alter_scalar_circular_deadlock: [ OK ] 0.62 sec.
2025-05-26 20:23:32 02101_avro_union_index_out_of_boundary: [ OK ] 1.66 sec.
2025-05-26 20:23:35 02114_hdfs_bad_url: [ OK ] 7.46 sec.
2025-05-26 20:23:36 02096_sample_by_tuple: [ OK ] 0.56 sec.
2025-05-26 20:23:36 02096_date_time_1970_saturation2: [ OK ] 0.82 sec.
2025-05-26 20:23:38 02070_join_on_disk: [ OK ] 1.19 sec.
2025-05-26 20:23:38 02101_empty_as_default_and_omitted_fields: [ OK ] 9.03 sec.
2025-05-26 20:23:39 02050_clickhouse_client_local_exception: [ OK ] 1.60 sec.
2025-05-26 20:23:39 02149_schema_inference_formats_with_schema_2: [ OK ] 31.41 sec.
2025-05-26 20:23:40 02048_alter_command_format: [ OK ] 1.25 sec.
2025-05-26 20:23:40 02047_alias_for_table_and_database_name: [ OK ] 0.40 sec.
2025-05-26 20:23:41 02047_client_exception: [ OK ] 1.67 sec.
2025-05-26 20:23:41 02044_exists_operator: [ OK ] 0.56 sec.
2025-05-26 20:23:43 02098_hashed_array_dictionary_simple_key: [ OK ] 11.40 sec.
2025-05-26 20:23:44 02041_conversion_between_date32_and_datetime64: [ OK ] 0.42 sec.
2025-05-26 20:23:44 02044_url_glob_parallel: [ OK ] 3.56 sec.
2025-05-26 20:23:44 02029_output_csv_null_representation: [ OK ] 0.48 sec.
2025-05-26 20:23:45 02028_system_data_skipping_indices_size: [ OK ] 0.82 sec.
2025-05-26 20:23:45 02102_row_binary_with_names_and_types: [ OK ] 16.10 sec.
2025-05-26 20:23:45 02027_arrayCumSumNonNegative_const: [ OK ] 0.36 sec.
2025-05-26 20:23:46 02026_describe_include_subcolumns: [ OK ] 0.65 sec.
2025-05-26 20:23:46 02025_dictionary_array_nested_map: [ OK ] 0.58 sec.
2025-05-26 20:23:47 02023_nullable_int_uint_where: [ OK ] 0.43 sec.
2025-05-26 20:23:47 02099_hashed_array_dictionary_complex_key: [ OK ] 15.32 sec.
2025-05-26 20:23:47 02021_map_has: [ OK ] 0.50 sec.
2025-05-26 20:23:48 02020_exponential_smoothing_cross_block: [ OK ] 0.41 sec.
2025-05-26 20:23:48 02040_clickhouse_benchmark_query_id_pass_through: [ OK ] 4.28 sec.
2025-05-26 20:23:48 02018_multiple_with_fill_for_the_same_column: [ OK ] 0.56 sec.
2025-05-26 20:23:49 02047_log_family_data_file_dumps: [ OK ] 9.02 sec.
2025-05-26 20:23:49 02021_exponential_sum: [ OK ] 1.94 sec.
2025-05-26 20:23:49 02013_lc_nullable_and_infinity: [ OK ] 0.36 sec.
2025-05-26 20:23:49 02014_dict_get_nullable_key: [ OK ] 0.67 sec.
2025-05-26 20:23:50 02012_low_cardinality_uuid_with_extremes: [ OK ] 0.40 sec.
2025-05-26 20:23:50 02012_get_server_port: [ OK ] 0.48 sec.
2025-05-26 20:23:50 02012_zookeeper_changed_enum_type_incompatible: [ OK ] 0.53 sec.
2025-05-26 20:23:50 02012_settings_clause_for_s3: [ OK ] 0.43 sec.
2025-05-26 20:23:50 02015_async_inserts_6: [ OK ] 2.27 sec.
2025-05-26 20:23:51 02286_quantile_tdigest_infinity: [ OK ] 92.70 sec.
2025-05-26 20:23:51 02009_decimal_no_trailing_zeros: [ OK ] 0.72 sec.
2025-05-26 20:23:51 02007_test_any_all_operators: [ OK ] 0.92 sec.
2025-05-26 20:23:52 02004_intersect_except_const_column: [ OK ] 0.58 sec.
2025-05-26 20:23:52 02006_client_test_hint_no_such_error_name: [ OK ] 1.50 sec.
2025-05-26 20:23:52 02001_hostname_test: [ OK ] 0.45 sec.
2025-05-26 20:23:53 02001_select_with_filter: [ OK ] 0.58 sec.
2025-05-26 20:23:53 02006_test_positional_arguments: [ OK ] 1.83 sec.
2025-05-26 20:23:53 02009_from_infile: [ OK ] 3.06 sec.
2025-05-26 20:23:53 01950_aliases_bad_cast: [ OK ] 0.35 sec.
2025-05-26 20:23:54 01952_optimize_distributed_group_by_sharding_key: [ OK ] 0.69 sec.
2025-05-26 20:23:54 02024_storage_filelog_mv: [ OK ] 7.61 sec.
2025-05-26 20:23:54 01944_range_max_elements: [ OK ] 0.69 sec.
2025-05-26 20:23:54 01943_log_column_sizes: [ OK ] 0.50 sec.
2025-05-26 20:23:55 01942_create_table_with_sample: [ OK ] 0.53 sec.
2025-05-26 20:23:55 01943_non_deterministic_order_key: [ OK ] 0.54 sec.
2025-05-26 20:23:55 02000_join_on_const: [ OK ] 2.66 sec.
2025-05-26 20:23:56 01943_pmj_non_joined_stuck: [ OK ] 1.83 sec.
2025-05-26 20:23:56 01939_type_map_json: [ OK ] 0.76 sec.
2025-05-26 20:23:56 01941_dict_get_has_complex_single_key: [ OK ] 1.09 sec.
2025-05-26 20:23:56 01946_tskv: [ OK ] 2.88 sec.
2025-05-26 20:23:56 01936_quantiles_cannot_return_null: [ OK ] 0.86 sec.
2025-05-26 20:23:57 01931_storage_merge_no_columns: [ OK ] 0.52 sec.
2025-05-26 20:23:57 01940_pad_string: [ OK ] 1.92 sec.
2025-05-26 20:23:57 01934_constexpr_aggregate_function_parameters: [ OK ] 0.86 sec.
2025-05-26 20:23:57 01932_null_valid_identifier: [ OK ] 0.90 sec.
2025-05-26 20:23:57 01920_not_chain_format: [ OK ] 0.38 sec.
2025-05-26 20:23:57 01924_argmax_bitmap_state: [ OK ] 0.92 sec.
2025-05-26 20:23:57 01916_low_cardinality_interval: [ OK ] 0.59 sec.
2025-05-26 20:23:58 01916_multiple_join_view_optimize_predicate_chertus: [ OK ] 0.84 sec.
2025-05-26 20:23:58 01916_lowcard_dict_type: [ OK ] 0.54 sec.
2025-05-26 20:23:58 01915_for_each_crakjie: [ OK ] 0.52 sec.
2025-05-26 20:23:58 01913_summing_mt_and_simple_agg_function_with_lc: [ OK ] 0.56 sec.
2025-05-26 20:23:58 01913_if_int_decimal: [ OK ] 0.40 sec.
2025-05-26 20:23:59 01910_memory_tracking_topk: [ OK ] 0.54 sec.
2025-05-26 20:23:59 01911_logical_error_minus: [ OK ] 1.31 sec.
2025-05-26 20:23:59 01909_mbtolou: [ OK ] 0.56 sec.
2025-05-26 20:24:00 01908_with_unknown_column: [ OK ] 0.47 sec.
2025-05-26 20:24:00 01905_to_json_string: [ OK ] 0.78 sec.
2025-05-26 20:24:01 01910_client_replxx_container_overflow_long: [ OK ] 3.25 sec.
2025-05-26 20:24:02 01891_partition_hash: [ OK ] 0.98 sec.
2025-05-26 20:24:03 01890_cross_join_explain_crash: [ OK ] 0.45 sec.
2025-05-26 20:24:08 02044_url_glob_parallel_connection_refused: [ OK ] 26.21 sec.
2025-05-26 20:24:09 01889_key_condition_function_chains: [ OK ] 1.12 sec.
2025-05-26 20:24:09 01923_network_receive_time_metric_insert: [ OK ] 12.24 sec.
2025-05-26 20:24:10 01883_subcolumns_distributed: [ OK ] 0.81 sec.
2025-05-26 20:24:10 01888_read_int_safe: [ OK ] 1.03 sec.
2025-05-26 20:24:11 01883_grouping_sets_crash: [ OK ] 0.91 sec.
2025-05-26 20:24:11 01883_with_grouping_sets: [ OK ] 1.58 sec.
2025-05-26 20:24:12 01881_union_header_mismatch_bug: [ OK ] 0.65 sec.
2025-05-26 20:24:12 01913_quantile_deterministic: [ OK ] 14.39 sec.
2025-05-26 20:24:13 01867_support_datetime64_version_column: [ OK ] 0.67 sec.
2025-05-26 20:24:13 01867_fix_storage_memory_mutation: [ OK ] 0.59 sec.
2025-05-26 20:24:13 01854_s2_cap_union: [ OK ] 0.54 sec.
2025-05-26 20:24:13 01866_aggregate_function_interval_length_sum: [ OK ] 0.93 sec.
2025-05-26 20:24:14 01903_csvwithnames_subset_of_columns: [ OK ] 14.00 sec.
2025-05-26 20:24:14 01854_s2_cap_contains: [ OK ] 0.72 sec.
2025-05-26 20:24:14 01852_cast_operator: [ OK ] 0.77 sec.
2025-05-26 20:24:15 01852_jit_if: [ OK ] 0.89 sec.
2025-05-26 20:24:15 01874_select_from_trailing_whitespaces: [ OK ] 3.78 sec.
2025-05-26 20:24:16 01852_map_combinator: [ OK ] 1.71 sec.
2025-05-26 20:24:16 01833_test_collation_alvarotuso: [ OK ] 0.93 sec.
2025-05-26 20:24:16 01825_type_json_order_by: [ OK ] 0.55 sec.
2025-05-26 20:24:16 01825_type_json_add_column: [ SKIPPED ] 0.00 sec. - disabled
2025-05-26 20:24:17 01889_sqlite_read_write: [ OK ] 13.64 sec.
2025-05-26 20:24:17 01823_array_low_cardinality_KuliginStepan: [ OK ] 0.45 sec.
2025-05-26 20:24:17 01825_type_json_9: [ OK ] 1.01 sec.
2025-05-26 20:24:17 01820_unhex_case_insensitive: [ OK ] 0.38 sec.
2025-05-26 20:24:18 01813_distributed_scalar_subqueries_alias: [ OK ] 1.07 sec.
2025-05-26 20:24:19 01815_with_mergeable_state_after_aggregation_and_limit: [ OK ] 1.65 sec.
2025-05-26 20:24:19 01811_datename: [ OK ] 0.54 sec.
2025-05-26 20:24:20 01803_const_nullable_map: [ OK ] 0.74 sec.
2025-05-26 20:24:20 01825_type_json_11: [ OK ] 5.10 sec.
2025-05-26 20:24:20 01848_http_insert_segfault: [ OK ] 6.14 sec.
2025-05-26 20:24:21 01803_untuple_subquery: [ OK ] 0.41 sec.
2025-05-26 20:24:21 01801_distinct_group_by_shard: [ OK ] 0.82 sec.
2025-05-26 20:24:22 01801_dateDiff_DateTime64: [ OK ] 1.77 sec.
2025-05-26 20:24:22 02015_shard_crash_clang_12_build: [ OK ] 34.10 sec.
2025-05-26 20:24:23 01798_uniq_theta_union_intersect_not: [ OK ] 1.35 sec.
2025-05-26 20:24:23 01781_map_op_ubsan: [ OK ] 0.37 sec.
2025-05-26 20:24:23 01779_quantile_deterministic_msan: [ OK ] 0.45 sec.
2025-05-26 20:24:23 01812_basic_auth_http_server: [ OK ] 4.84 sec.
2025-05-26 20:24:23 01778_test_LowCardinality_FixedString_pk: [ OK ] 0.55 sec.
2025-05-26 20:24:24 01778_mmap_cache_infra: [ OK ] 0.43 sec.
2025-05-26 20:24:24 01773_case_sensitive_revision: [ OK ] 0.34 sec.
2025-05-26 20:24:24 01801_s3_cluster: [ OK ] 3.06 sec.
2025-05-26 20:24:24 01773_case_sensitive_version: [ OK ] 0.38 sec.
2025-05-26 20:24:24 01765_move_to_table_overlapping_block_number: [ OK ] 0.59 sec.
2025-05-26 20:24:24 01774_ip_address_in_range: [ OK ] 1.15 sec.
2025-05-26 20:24:24 01763_support_map_lowcardinality_type: [ OK ] 0.39 sec.
2025-05-26 20:24:25 01764_collapsing_merge_adaptive_granularity: [ OK ] 0.56 sec.
2025-05-26 20:24:25 01761_round_year_bounds: [ OK ] 0.37 sec.
2025-05-26 20:24:25 01786_nullable_string_tsv_at_eof: [ OK ] 2.66 sec.
2025-05-26 20:24:25 01760_modulo_negative: [ OK ] 0.45 sec.
2025-05-26 20:24:25 01759_optimize_skip_unused_shards_zero_shards: [ OK ] 0.44 sec.
2025-05-26 20:24:25 01761_alter_decimal_zookeeper_long: [ OK ] 0.80 sec.
2025-05-26 20:24:25 01822_async_read_from_socket_crash: [ OK ] 8.59 sec.
2025-05-26 20:24:26 01754_cluster_all_replicas_shard_num: [ OK ] 1.02 sec.
2025-05-26 20:24:26 01752_distributed_query_sigsegv: [ OK ] 0.80 sec.
2025-05-26 20:24:26 01903_correct_block_size_prediction_with_default: [ OK ] 26.09 sec.
2025-05-26 20:24:26 01754_clickhouse_format_backslash: [ OK ] 1.34 sec.
2025-05-26 20:24:27 01755_client_highlight_multi_line_comment_regression: [ OK ] 1.54 sec.
2025-05-26 20:24:27 01747_transform_empty_arrays: [ OK ] 0.43 sec.
2025-05-26 20:24:27 01758_optimize_skip_unused_shards_once: [ OK ] 1.86 sec.
2025-05-26 20:24:27 01746_lc_values_format_bug: [ OK ] 0.53 sec.
2025-05-26 20:24:27 01745_alter_delete_view: [ OK ] 0.62 sec.
2025-05-26 20:24:27 01753_fix_clickhouse_format: [ OK ] 1.74 sec.
2025-05-26 20:24:27 01746_convert_type_with_default: [ OK ] 1.05 sec.
2025-05-26 20:24:27 01732_bigint_ubsan: [ OK ] 0.59 sec.
2025-05-26 20:24:27 01737_move_order_key_to_prewhere_select_final: [ OK ] 0.88 sec.
2025-05-26 20:24:27 01732_alters_bad_conversions: [ OK ] 0.76 sec.
2025-05-26 20:24:27 01732_more_consistent_datetime64_parsing: [ OK ] 0.43 sec.
2025-05-26 20:24:28 01716_array_difference_overflow: [ OK ] 0.46 sec.
2025-05-26 20:24:28 01711_decimal_multiplication: [ OK ] 0.46 sec.
2025-05-26 20:24:28 01721_constraints_constant_expressions: [ OK ] 0.95 sec.
2025-05-26 20:24:28 01710_minmax_count_projection_count_nullable: [ OK ] 0.82 sec.
2025-05-26 20:24:28 01710_projection_optimize_aggregators_of_group_by_keys: [ OK ] 0.52 sec.
2025-05-26 20:24:29 01710_projection_materialize_with_missing_columns: [ OK ] 0.61 sec.
2025-05-26 20:24:29 01715_tuple_insert_null_as_default: [ OK ] 2.00 sec.
2025-05-26 20:24:29 01710_projection_additional_filters: [ OK ] 1.49 sec.
2025-05-26 20:24:30 01710_projections_order_by_incomplete: [ OK ] 0.76 sec.
2025-05-26 20:24:30 01710_projection_with_joins: [ OK ] 0.87 sec.
2025-05-26 20:24:30 01710_aggregate_projection_with_grouping_set: [ OK ] 0.51 sec.
2025-05-26 20:24:31 01710_aggregate_projection_with_normalized_states: [ OK ] 2.42 sec.
2025-05-26 20:24:32 01710_projection_query_plan_optimization_misc: [ OK ] 1.41 sec.
2025-05-26 20:24:34 01709_inactive_parts_to_throw_insert: [ OK ] 2.55 sec.
2025-05-26 20:24:34 01707_join_use_nulls: [ OK ] 2.34 sec.
2025-05-26 20:24:35 01706_optimize_normalize_count_variants: [ OK ] 0.40 sec.
2025-05-26 20:24:35 01705_normalize_case_insensitive_function_names: [ OK ] 0.48 sec.
2025-05-26 20:24:35 01704_transform_with_float_key: [ OK ] 0.44 sec.
2025-05-26 20:24:35 01730_distributed_group_by_no_merge_order_by_long: [ OK ] 8.23 sec.
2025-05-26 20:24:35 01702_bitmap_native_integers: [ OK ] 0.53 sec.
2025-05-26 20:24:35 01710_projection_aggregation_in_order: [ OK ] 5.81 sec.
2025-05-26 20:24:35 01710_projections: [ OK ] 4.90 sec.
2025-05-26 20:24:36 01698_map_populate_overflow: [ OK ] 0.49 sec.
2025-05-26 20:24:36 01700_deltasum: [ OK ] 0.80 sec.
2025-05-26 20:24:36 01698_fix_toMinute: [ OK ] 0.78 sec.
2025-05-26 20:24:36 01710_projection_analysis_reuse_partition: [ OK ] 7.81 sec.
2025-05-26 20:24:36 01701_if_tuple_segfault: [ OK ] 1.02 sec.
2025-05-26 20:24:36 01692_DateTime64_from_DateTime: [ OK ] 0.45 sec.
2025-05-26 20:24:37 01683_codec_encrypted: [ OK ] 0.49 sec.
2025-05-26 20:24:37 01677_array_enumerate_bug: [ OK ] 0.38 sec.
2025-05-26 20:24:37 02100_multiple_hosts_command_line_set: [ OK ] 66.23 sec.
2025-05-26 20:24:37 01674_filter_by_uint8: [ OK ] 0.50 sec.
2025-05-26 20:24:37 01672_test_toSecond_mysql_dialect: [ OK ] 0.35 sec.
2025-05-26 20:24:37 01676_reinterpret_as: [ OK ] 0.81 sec.
2025-05-26 20:24:39 01670_sign_function: [ OK ] 1.03 sec.
2025-05-26 20:24:39 01668_test_toMonth_mysql_dialect: [ OK ] 0.50 sec.
2025-05-26 20:24:39 01669_join_or_duplicates: [ OK ] 1.59 sec.
2025-05-26 20:24:39 01679_incorrect_data_on_insert_collapsing: [ OK ] 3.09 sec.
2025-05-26 20:24:39 01671_merge_join_and_constants: [ OK ] 2.13 sec.
2025-05-26 20:24:40 01666_great_circle_distance_ubsan: [ OK ] 0.47 sec.
2025-05-26 20:24:40 01661_arraySlice_ubsan: [ OK ] 0.34 sec.
2025-05-26 20:24:40 01665_merge_tree_min_for_concurrent_read: [ OK ] 1.07 sec.
2025-05-26 20:24:43 01660_join_or_subqueries: [ OK ] 2.44 sec.
2025-05-26 20:24:46 01661_join_complex: [ OK ] 6.56 sec.
2025-05-26 20:24:47 01660_system_parts_smoke: [ OK ] 3.93 sec.
2025-05-26 20:24:47 01659_array_aggregation_ubsan: [ OK ] 0.51 sec.
2025-05-26 20:24:47 01658_test_base64Encode_mysql_compatibility: [ OK ] 0.38 sec.
2025-05-26 20:24:48 01655_window_functions_null: [ OK ] 0.41 sec.
2025-05-26 20:24:49 01732_race_condition_storage_join_long: [ OK ] 22.37 sec.
2025-05-26 20:24:50 01653_tuple_hamming_distance_2: [ OK ] 1.10 sec.
2025-05-26 20:24:51 01656_join_defaul_enum: [ OK ] 3.75 sec.
2025-05-26 20:24:51 01652_ignore_and_low_cardinality: [ OK ] 1.30 sec.
2025-05-26 20:24:52 01648_normalize_query_keep_names: [ OK ] 0.40 sec.
2025-05-26 20:24:52 01666_blns_long: [ OK ] 12.55 sec.
2025-05-26 20:24:52 01649_with_alias_key_condition: [ OK ] 1.11 sec.
2025-05-26 20:24:52 01645_system_table_engines: [ OK ] 0.56 sec.
2025-05-26 20:24:55 01640_marks_corruption_regression: [ OK ] 2.43 sec.
2025-05-26 20:24:56 01638_div_mod_ambiguities: [ OK ] 0.59 sec.
2025-05-26 20:24:56 01642_if_nullable_regression: [ OK ] 4.01 sec.
2025-05-26 20:24:57 01643_merge_tree_fsync_smoke: [ OK ] 4.64 sec.
2025-05-26 20:24:57 01635_sum_map_fuzz: [ OK ] 0.65 sec.
2025-05-26 20:24:57 01634_uuid_fuzz: [ OK ] 0.57 sec.
2025-05-26 20:24:58 01635_nullable_fuzz: [ OK ] 1.42 sec.
2025-05-26 20:24:58 01632_select_all_syntax: [ OK ] 0.81 sec.
2025-05-26 20:25:00 01630_disallow_floating_point_as_partition_key: [ OK ] 1.32 sec.
2025-05-26 20:25:00 01636_nullable_fuzz2: [ OK ] 3.91 sec.
2025-05-26 20:25:01 01632_group_array_msan: [ OK ] 3.15 sec.
2025-05-26 20:25:12 01661_extract_all_groups_throw_fast: [ OK ] 32.77 sec.
2025-05-26 20:25:16 01624_soft_constraints: [ FAIL ] 14.78 sec. - result differs with reference:
2025-05-26 20:25:16 --- /usr/share/clickhouse-test/queries/0_stateless/01624_soft_constraints.reference 2025-05-26 20:14:29.272968845 +0700
2025-05-26 20:25:16 +++ /tmp/clickhouse-test/0_stateless/01624_soft_constraints.stdout 2025-05-26 20:25:16.530302016 +0700
2025-05-26 20:25:16 @@ -1,16 +1,16 @@
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 - "rows_read": 2,
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 - "rows_read": 2,
2025-05-26 20:25:16 - "rows_read": 2,
2025-05-26 20:25:16 - "rows_read": 2,
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 - "rows_read": 2,
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 - "rows_read": 1,
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 - "rows_read": 3,
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 "rows_read": 4,
2025-05-26 20:25:16 - "rows_read": 3,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16 + "rows_read": 4,
2025-05-26 20:25:16
2025-05-26 20:25:16
2025-05-26 20:25:16 Settings used in the test: --max_insert_threads 7 --group_by_two_level_threshold 30819 --group_by_two_level_threshold_bytes 13229850 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 11473196 --max_read_buffer_size 543860 --prefer_localhost_replica 1 --max_block_size 35738 --max_threads 8 --optimize_append_index 1 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 1 --optimize_read_in_order 0 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 46 --optimize_aggregation_in_order 1 --aggregation_in_order_max_block_bytes 3215767 --use_uncompressed_cache 1 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread --remote_filesystem_read_method read --local_filesystem_read_prefetch 1 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 10 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 0 --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 29 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 8210516078 --max_bytes_before_external_group_by 1 --max_bytes_before_remerge_sort 57136567 --min_compress_block_size 2387105 --max_compress_block_size 463298 --merge_tree_compact_parts_min_granules_to_multibuffer_read 44 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 9697583 --http_wait_end_of_query False --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone America/Mazatlan --prefer_warmed_unmerged_parts_seconds 2 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.95
2025-05-26 20:25:16
2025-05-26 20:25:16 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 0.0 --prefer_fetch_merged_part_size_threshold 5420725113 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 10737418240 --index_granularity_bytes 3361441 --merge_max_block_size 9534 --index_granularity 30598 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 84009 --primary_key_compress_block_size 65064 --replace_long_file_name_to_hash 0 --max_file_name_length 128 --min_bytes_for_full_part_storage 0 --compact_parts_max_bytes_to_buffer 320378607 --compact_parts_max_granules_to_buffer 13 --compact_parts_merge_max_bytes_to_prefetch_part 17524510 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 30
2025-05-26 20:25:16
2025-05-26 20:25:16 Database: test_p009etx6
2025-05-26 20:25:17 01622_defaults_for_file_engine: [ OK ] 0.89 sec.
2025-05-26 20:25:18 01701_parallel_parsing_infinite_segmentation: [ OK ] 43.18 sec.
2025-05-26 20:25:20 01622_multiple_ttls: [ OK ] 3.39 sec.
2025-05-26 20:25:21 01621_decode_XML: [ OK ] 0.84 sec.
2025-05-26 20:25:22 01611_constant_folding_subqueries: [ OK ] 0.88 sec.
2025-05-26 20:25:26 01623_constraints_column_swap: [ OK ] 14.00 sec.
2025-05-26 20:25:27 01622_byte_size: [ OK ] 8.42 sec.
2025-05-26 20:25:28 01602_temporary_table_in_system_tables: [ OK ] 0.73 sec.
2025-05-26 20:25:29 01605_dictinct_two_level: [ OK ] 7.03 sec.
2025-05-26 20:25:30 01683_text_log_deadlock: [ OK ] 53.44 sec.
2025-05-26 20:25:31 01600_select_in_different_types: [ OK ] 0.99 sec.
2025-05-26 20:25:31 01596_null_as_default_nullable: [ OK ] 0.42 sec.
2025-05-26 20:25:31 01600_benchmark_query: [ OK ] 1.73 sec.
2025-05-26 20:25:31 01601_accurate_cast: [ OK ] 3.48 sec.
2025-05-26 20:25:32 01586_storage_join_low_cardinality_key: [ OK ] 0.42 sec.
2025-05-26 20:25:32 01603_insert_select_too_many_parts: [ OK ] 5.39 sec.
2025-05-26 20:25:32 01583_const_column_in_set_index: [ OK ] 0.46 sec.
2025-05-26 20:25:32 01584_distributed_buffer_cannot_find_column: [ OK ] 0.84 sec.
2025-05-26 20:25:33 01585_use_index_for_global_in_with_null: [ OK ] 1.37 sec.
2025-05-26 20:25:33 01579_date_datetime_index_comparison: [ OK ] 0.67 sec.
2025-05-26 20:25:34 01570_aggregator_combinator_simple_state: [ OK ] 0.79 sec.
2025-05-26 20:25:34 01569_query_profiler_big_query_id: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:25:35 01572_kill_window_function: [ OK ] 2.14 sec.
2025-05-26 20:25:35 01582_distinct_optimization: [ OK ] 2.78 sec.
2025-05-26 20:25:35 01566_negate_formatting: [ OK ] 0.39 sec.
2025-05-26 20:25:35 01568_window_functions_distributed: [ OK ] 1.43 sec.
2025-05-26 20:25:37 01561_Date_and_DateTime64_comparision: [ OK ] 0.72 sec.
2025-05-26 20:25:38 01564_test_hint_woes: [ OK ] 2.86 sec.
2025-05-26 20:25:39 01561_clickhouse_client_stage: [ OK ] 3.50 sec.
2025-05-26 20:25:39 01560_mann_whitney: [ OK ] 0.82 sec.
2025-05-26 20:25:39 01560_monotonicity_check_multiple_args_bug: [ OK ] 0.41 sec.
2025-05-26 20:25:40 01560_cancel_agg_func_combinator_native_name_constraint: [ OK ] 0.57 sec.
2025-05-26 20:25:41 01561_mann_whitney_scipy: [ OK ] 3.12 sec.
2025-05-26 20:25:41 01556_if_null: [ OK ] 0.40 sec.
2025-05-26 20:25:42 01558_ttest: [ OK ] 1.56 sec.
2025-05-26 20:25:42 01555_or_fill: [ OK ] 0.97 sec.
2025-05-26 20:25:42 01552_impl_aggfunc_cloneresize: [ OK ] 0.70 sec.
2025-05-26 20:25:42 01552_alter_name_collision: [ OK ] 0.38 sec.
2025-05-26 20:25:43 01551_context_uaf: [ OK ] 0.71 sec.
2025-05-26 20:25:43 01548_lzy305: [ OK ] 0.76 sec.
2025-05-26 20:25:47 01560_ttl_remove_empty_parts: [ OK ] 7.61 sec.
2025-05-26 20:25:47 01548_parallel_parsing_max_memory: [ OK ] 3.60 sec.
2025-05-26 20:25:47 01537_fuzz_count_equal: [ OK ] 0.48 sec.
2025-05-26 20:25:47 01630_simple_aggregate_all_functions_in_summing_merge_tree: [ OK ] 47.53 sec.
2025-05-26 20:25:47 01536_fuzz_cast: [ OK ] 0.40 sec.
2025-05-26 20:25:48 01533_distinct_nullable_uuid: [ OK ] 0.99 sec.
2025-05-26 20:25:48 01533_optimize_skip_merged_partitions: [ OK ] 0.99 sec.
2025-05-26 20:25:49 01532_min_max_with_modifiers: [ OK ] 0.88 sec.
2025-05-26 20:25:49 01528_play: [ OK ] 1.11 sec.
2025-05-26 20:25:50 01526_alter_add_and_modify_order_zookeeper: [ OK ] 1.16 sec.
2025-05-26 20:25:51 01655_plan_optimizations_optimize_read_in_window_order_long: [ OK ] 63.54 sec.
2025-05-26 20:25:54 01521_global_in_prewhere_15792: [ OK ] 2.25 sec.
2025-05-26 20:25:54 01523_date_time_compare_with_date_literal: [ OK ] 3.33 sec.
2025-05-26 20:25:54 01516_date_time_output_format: [ OK ] 0.73 sec.
2025-05-26 20:25:55 01515_mv_and_array_join_optimisation_bag: [ OK ] 0.90 sec.
2025-05-26 20:25:55 01515_with_global_and_with_propagation: [ OK ] 0.71 sec.
2025-05-26 20:25:55 01686_event_time_microseconds_part_log: [ OK ] 79.20 sec.
2025-05-26 20:25:55 01514_input_format_csv_enum_as_number_setting: [ OK ] 0.55 sec.
2025-05-26 20:25:56 01514_tid_function: [ OK ] 0.40 sec.
2025-05-26 20:25:56 01513_ilike_like_cache: [ OK ] 0.43 sec.
2025-05-26 20:25:56 01511_format_readable_timedelta: [ OK ] 0.55 sec.
2025-05-26 20:25:57 01511_alter_version_versioned_collapsing_merge_tree_zookeeper: [ OK ] 1.68 sec.
2025-05-26 20:26:01 01510_format_regexp_raw_low_cardinality: [ OK ] 4.73 sec.
2025-05-26 20:26:14 01546_log_queries_min_query_duration_ms: [ OK ] 30.35 sec.
2025-05-26 20:26:18 01509_parallel_quorum_insert_no_replicas_long: [ OK ] 22.25 sec.
2025-05-26 20:26:22 01592_long_window_functions1: [ OK ] 51.15 sec.
2025-05-26 20:27:04 01526_client_start_and_exit: [ OK ] 9.98 sec.
2025-05-26 20:27:04 01507_multiversion_storage_for_storagememory: [ OK ] 50.60 sec.
2025-05-26 20:27:04 01626_cnf_fuzz_long: [ OK ] 124.53 sec.
2025-05-26 20:27:04 01509_check_parallel_quorum_inserts_long: [ OK ] 66.94 sec.
2025-05-26 20:27:04 01506_buffer_table_alter_block_structure_2: [ OK ] 42.15 sec.
2025-05-26 20:27:05 01503_if_const_optimization: [ OK ] 0.35 sec.
2025-05-26 20:27:05 01508_partition_pruning_long: [ OK ] 64.22 sec.
2025-05-26 20:27:05 01485_256_bit_multiply: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:27:05 01504_view_type_conversion: [ OK ] 0.52 sec.
2025-05-26 20:27:05 01506_ttl_same_with_order_by: [ OK ] 46.82 sec.
2025-05-26 20:27:05 01486_json_array_output: [ OK ] 0.39 sec.
2025-05-26 20:27:05 01481_join_with_materialized: [ OK ] 0.48 sec.
2025-05-26 20:27:05 01479_cross_join_9855: [ OK ] 0.59 sec.
2025-05-26 20:27:06 01478_not_equi-join_on: [ OK ] 0.41 sec.
2025-05-26 20:27:06 01504_compression_multiple_streams: [ OK ] 1.57 sec.
2025-05-26 20:27:06 01495_subqueries_in_with_statement: [ OK ] 1.79 sec.
2025-05-26 20:27:07 01475_mutation_with_if: [ OK ] 1.60 sec.
2025-05-26 20:27:07 01456_min_negative_decimal_formatting: [ OK ] 0.40 sec.
2025-05-26 20:27:07 01462_test_codec_on_alias: [ OK ] 0.87 sec.
2025-05-26 20:27:07 01457_min_index_granularity_bytes_setting: [ OK ] 0.92 sec.
2025-05-26 20:27:08 01457_order_by_limit: [ OK ] 1.16 sec.
2025-05-26 20:27:08 01455_time_zones: [ OK ] 0.42 sec.
2025-05-26 20:27:08 01449_json_compact_strings: [ OK ] 0.43 sec.
2025-05-26 20:27:08 01456_ast_optimizations_over_distributed: [ OK ] 0.83 sec.
2025-05-26 20:27:08 01533_multiple_nested: [ OK ] 81.27 sec.
2025-05-26 20:27:09 01472_obfuscator_uuid: [ OK ] 3.17 sec.
2025-05-26 20:27:09 01455_shard_leaf_max_rows_bytes_to_read: [ OK ] 1.71 sec.
2025-05-26 20:27:09 01434_netloc_fuzz: [ OK ] 0.47 sec.
2025-05-26 20:27:09 01440_big_int_least_greatest: [ OK ] 0.90 sec.
2025-05-26 20:27:10 01431_finish_sorting_with_consts: [ OK ] 0.66 sec.
2025-05-26 20:27:10 01430_moving_sum_empty_state: [ OK ] 0.51 sec.
2025-05-26 20:27:10 01440_big_int_arithm: [ OK ] 1.98 sec.
2025-05-26 20:27:10 01420_logical_functions_materialized_null: [ OK ] 0.46 sec.
2025-05-26 20:27:10 01412_mod_float: [ OK ] 0.48 sec.
2025-05-26 20:27:10 01429_join_on_error_messages: [ OK ] 0.90 sec.
2025-05-26 20:27:11 01412_optimize_deduplicate_bug: [ OK ] 0.59 sec.
2025-05-26 20:27:11 01396_negative_datetime_saturate_to_zero: [ OK ] 0.38 sec.
2025-05-26 20:27:11 01400_join_get_with_multi_keys: [ OK ] 0.63 sec.
2025-05-26 20:27:11 01408_range_overflow: [ OK ] 0.76 sec.
2025-05-26 20:27:12 01375_storage_file_write_prefix_csv_with_names: [ OK ] 0.66 sec.
2025-05-26 20:27:12 01375_storage_file_write_prefix_tsv_with_names: [ OK ] 0.53 sec.
2025-05-26 20:27:12 01373_summing_merge_tree_explicit_columns_definition: [ OK ] 0.48 sec.
2025-05-26 20:27:12 01372_wrong_order_by_removal: [ OK ] 0.48 sec.
2025-05-26 20:27:13 01357_version_collapsing_attach_detach_zookeeper: [ OK ] 0.64 sec.
2025-05-26 20:27:13 01355_defaultValueOfArgumentType_bug: [ OK ] 0.41 sec.
2025-05-26 20:27:14 01375_output_format_tsv_csv_with_names: [ OK ] 2.78 sec.
2025-05-26 20:27:14 01393_benchmark_secure_port: [ OK ] 3.43 sec.
2025-05-26 20:27:14 01350_intdiv_nontrivial_fpe: [ OK ] 1.01 sec.
2025-05-26 20:27:16 01347_partition_date_vs_datetime: [ OK ] 0.97 sec.
2025-05-26 20:27:16 01349_mutation_datetime_key: [ OK ] 1.51 sec.
2025-05-26 20:27:16 01346_array_join_mrxotey: [ OK ] 1.47 sec.
2025-05-26 20:27:16 01341_datetime64_wrong_supertype: [ OK ] 0.41 sec.
2025-05-26 20:27:17 01338_uuid_without_separator: [ OK ] 0.78 sec.
2025-05-26 20:27:17 01370_client_autocomplete_word_break_characters: [ OK ] 4.88 sec.
2025-05-26 20:27:17 01342_query_parameters_alias: [ OK ] 1.66 sec.
2025-05-26 20:27:18 01475_read_subcolumns_storages: [ OK ] 12.43 sec.
2025-05-26 20:27:18 01327_decimal_cut_extra_digits_after_point: [ OK ] 0.96 sec.
2025-05-26 20:27:18 01325_freeze_mutation_stuck: [ OK ] 0.76 sec.
2025-05-26 20:27:18 01332_join_type_syntax_position: [ OK ] 1.13 sec.
2025-05-26 20:27:19 01323_bad_arg_in_arithmetic_operations: [ OK ] 0.73 sec.
2025-05-26 20:27:19 01320_optimize_skip_unused_shards_no_non_deterministic: [ OK ] 0.56 sec.
2025-05-26 20:27:19 01340_datetime64_fpe: [ OK ] 2.78 sec.
2025-05-26 20:27:20 01319_manual_write_to_replicas_long: [ OK ] 1.20 sec.
2025-05-26 20:27:20 01319_optimize_skip_unused_shards_nesting: [ OK ] 1.53 sec.
2025-05-26 20:27:21 01310_enum_comparison: [ OK ] 0.71 sec.
2025-05-26 20:27:21 01307_bloom_filter_index_string_multi_granulas: [ OK ] 1.03 sec.
2025-05-26 20:27:21 01318_map_add_map_subtract_on_map_type: [ OK ] 1.87 sec.
2025-05-26 20:27:22 01305_array_join_prewhere_in_subquery: [ OK ] 0.97 sec.
2025-05-26 20:27:22 01305_nullable-prewhere_bug: [ OK ] 1.52 sec.
2025-05-26 20:27:24 01304_polygons_sym_difference: [ OK ] 2.96 sec.
2025-05-26 20:27:25 01299_alter_merge_tree: [ OK ] 2.08 sec.
2025-05-26 20:27:25 01318_decrypt: [ OK ] 5.57 sec.
2025-05-26 20:27:25 01298_alter_merge: [ OK ] 1.39 sec.
2025-05-26 20:27:26 01296_pipeline_stuck: [ OK ] 0.97 sec.
2025-05-26 20:27:26 01297_alter_distributed: [ OK ] 1.20 sec.
2025-05-26 20:27:27 01292_optimize_data_skip_idx_order_by_expr: [ OK ] 0.84 sec.
2025-05-26 20:27:27 01291_geo_types: [ OK ] 0.44 sec.
2025-05-26 20:27:27 01293_show_clusters: [ OK ] 1.88 sec.
2025-05-26 20:27:28 01441_low_cardinality_array_index: [ OK ] 20.36 sec.
2025-05-26 20:27:29 01290_empty_array_index_analysis: [ OK ] 1.57 sec.
2025-05-26 20:27:29 01293_client_interactive_vertical_multiline: [ OK ] 3.28 sec.
2025-05-26 20:27:29 01281_join_with_prewhere_fix: [ OK ] 0.60 sec.
2025-05-26 20:27:29 01280_opencl_bitonic_order_by: [ OK ] 0.58 sec.
2025-05-26 20:27:30 01279_dist_group_by: [ OK ] 0.75 sec.
2025-05-26 20:27:30 01277_convert_field_to_type_logical_error: [ OK ] 0.49 sec.
2025-05-26 20:27:30 01285_engine_join_donmikel: [ OK ] 2.73 sec.
2025-05-26 20:27:30 01278_alter_rename_combination: [ OK ] 1.04 sec.
2025-05-26 20:27:31 01277_unixTimestamp64_compatibility: [ OK ] 0.60 sec.
2025-05-26 20:27:31 01270_optimize_skip_unused_shards_low_cardinality: [ OK ] 0.54 sec.
2025-05-26 20:27:31 01443_merge_truncate_long: [ OK ] 23.28 sec.
2025-05-26 20:27:31 01268_data_numeric_parameters: [ OK ] 0.71 sec.
2025-05-26 20:27:32 01266_default_prewhere_reqq: [ OK ] 0.94 sec.
2025-05-26 20:27:32 01268_DateTime64_in_WHERE: [ OK ] 1.45 sec.
2025-05-26 20:27:32 01275_alter_rename_column_default_expr: [ OK ] 2.39 sec.
2025-05-26 20:27:33 01265_datetime_string_comparison_felix_mueller: [ OK ] 0.58 sec.
2025-05-26 20:27:33 01260_ubsan_decimal_parse: [ OK ] 0.39 sec.
2025-05-26 20:27:33 01277_alter_rename_column_constraint_zookeeper_long: [ OK ] 3.24 sec.
2025-05-26 20:27:33 01263_type_conversion_nvartolomei: [ OK ] 0.79 sec.
2025-05-26 20:27:33 01258_wrong_cast_filimonov: [ OK ] 0.49 sec.
2025-05-26 20:27:33 01268_shard_avgweighted: [ OK ] 2.17 sec.
2025-05-26 20:27:34 01256_negative_generate_random: [ OK ] 0.56 sec.
2025-05-26 20:27:34 01254_array_of_unnamed_tuples: [ OK ] 0.41 sec.
2025-05-26 20:27:35 01253_subquery_in_aggregate_function_JustStranger: [ OK ] 1.48 sec.
2025-05-26 20:27:35 01246_least_greatest_generic: [ OK ] 1.21 sec.
2025-05-26 20:27:36 01240_join_get_or_null: [ OK ] 0.88 sec.
2025-05-26 20:27:36 01323_too_many_threads_bug: [ OK ] 17.96 sec.
2025-05-26 20:27:36 01236_graphite_mt: [ OK ] 1.33 sec.
2025-05-26 20:27:36 01247_optimize_distributed_group_by_sharding_key_dist_on_dist: [ OK ] 2.81 sec.
2025-05-26 20:27:37 01502_long_log_tinylog_deadlock_race: [ OK ] 32.18 sec.
2025-05-26 20:27:37 01252_weird_time_zone: [ OK ] 3.24 sec.
2025-05-26 20:27:37 01212_empty_join_and_totals: [ OK ] 0.48 sec.
2025-05-26 20:27:37 01213_alter_rename_column: [ OK ] 1.14 sec.
2025-05-26 20:27:37 01210_drop_view: [ OK ] 0.51 sec.
2025-05-26 20:27:38 01213_alter_rename_primary_key_zookeeper_long: [ OK ] 1.28 sec.
2025-05-26 20:27:38 01197_summing_enum: [ OK ] 0.56 sec.
2025-05-26 20:27:38 01181_db_atomic_drop_on_cluster: [ OK ] 1.06 sec.
2025-05-26 20:27:39 01232_json_as_string_format: [ OK ] 3.26 sec.
2025-05-26 20:27:39 01179_insert_values_semicolon: [ OK ] 1.62 sec.
2025-05-26 20:27:39 01300_group_by_other_keys: [ OK ] 17.79 sec.
2025-05-26 20:27:40 01245_distributed_group_by_no_merge_with-extremes_and_totals: [ OK ] 5.99 sec.
2025-05-26 20:27:41 01166_truncate_multiple_partitions: [ OK ] 1.62 sec.
2025-05-26 20:27:42 01213_alter_rename_column_zookeeper_long: [ OK ] 5.88 sec.
2025-05-26 20:27:44 01172_transaction_counters: [ OK ] 4.96 sec.
2025-05-26 20:27:44 01161_information_schema: [ OK ] 2.20 sec.
2025-05-26 20:27:46 01157_replace_table: [ OK ] 1.60 sec.
2025-05-26 20:27:47 01159_combinators_with_parameters: [ OK ] 3.22 sec.
2025-05-26 20:27:48 01151_storage_merge_filter_tables_by_virtual_column: [ OK ] 1.53 sec.
2025-05-26 20:27:48 01144_join_rewrite_with_ambiguous_column_and_view: [ OK ] 0.89 sec.
2025-05-26 20:27:49 01146_clickhouse_local_data: [ OK ] 1.89 sec.
2025-05-26 20:27:49 01142_with_ties_and_aliases: [ OK ] 0.66 sec.
2025-05-26 20:27:50 01141_join_get_negative: [ OK ] 0.68 sec.
2025-05-26 20:27:51 01137_order_by_func_final: [ OK ] 1.43 sec.
2025-05-26 20:27:54 01175_distributed_ddl_output_mode_long: [ OK ] 16.07 sec.
2025-05-26 20:27:55 01164_detach_attach_partition_race: [ OK ] 13.28 sec.
2025-05-26 20:27:55 01168_mutations_isolation: [ OK ] 15.18 sec.
2025-05-26 20:27:55 01126_month_partitioning_consistent_code: [ OK ] 0.77 sec.
2025-05-26 20:27:55 01117_greatest_least_case: [ OK ] 0.41 sec.
2025-05-26 20:27:55 01117_comma_and_others_join_mix: [ OK ] 0.57 sec.
2025-05-26 20:27:55 01114_alter_modify_compact_parts: [ OK ] 0.58 sec.
2025-05-26 20:27:56 01112_check_table_with_index: [ OK ] 0.50 sec.
2025-05-26 20:27:56 01114_materialize_clear_index_compact_parts: [ OK ] 0.75 sec.
2025-05-26 20:27:56 01195_formats_diagnostic_info: [ OK ] 18.72 sec.
2025-05-26 20:27:57 01101_prewhere_after_alter: [ OK ] 1.19 sec.
2025-05-26 20:27:57 01097_one_more_range_reader_test: [ OK ] 0.81 sec.
2025-05-26 20:27:57 01087_storage_generate: [ OK ] 0.56 sec.
2025-05-26 20:27:59 01087_table_function_generate: [ OK ] 1.96 sec.
2025-05-26 20:27:59 01086_modulo_or_zero: [ OK ] 0.55 sec.
2025-05-26 20:27:59 01086_odbc_roundtrip: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:28:01 01085_window_view_attach: [ OK ] 1.53 sec.
2025-05-26 20:28:02 01088_window_view_default_column: [ OK ] 6.43 sec.
2025-05-26 20:28:04 01099_parallel_distributed_insert_select: [ OK ] 7.85 sec.
2025-05-26 20:28:04 01083_log_first_column_alias: [ OK ] 0.42 sec.
2025-05-26 20:28:04 01169_alter_partition_isolation_stress: [ OK ] 25.07 sec.
2025-05-26 20:28:04 01087_window_view_alter_query: [ OK ] 7.08 sec.
2025-05-26 20:28:05 01085_regexp_input_format: [ OK ] 4.03 sec.
2025-05-26 20:28:05 01083_cross_to_inner_with_like: [ OK ] 0.69 sec.
2025-05-26 20:28:05 01081_PartialSortingTransform_full_column: [ OK ] 0.88 sec.
2025-05-26 20:28:05 01080_engine_merge_prewhere_tupleelement_error: [ OK ] 0.83 sec.
2025-05-26 20:28:06 01079_reinterpret_as_fixed_string: [ OK ] 0.40 sec.
2025-05-26 20:28:06 01080_check_for_error_incorrect_size_of_nested_column: [ OK ] 0.81 sec.
2025-05-26 20:28:07 01084_window_view_with_table_identifier: [ OK ] 4.53 sec.
2025-05-26 20:28:07 01078_merge_tree_read_one_thread: [ OK ] 1.96 sec.
2025-05-26 20:28:08 01075_in_arrays_enmk: [ OK ] 0.46 sec.
2025-05-26 20:28:08 01073_attach_if_not_exists: [ OK ] 0.43 sec.
2025-05-26 20:28:08 01137_order_by_func: [ OK ] 19.17 sec.
2025-05-26 20:28:08 01072_nullable_jit: [ OK ] 0.43 sec.
2025-05-26 20:28:09 01070_template_empty_file: [ OK ] 0.39 sec.
2025-05-26 20:28:09 01070_h3_hex_area_m2: [ OK ] 0.38 sec.
2025-05-26 20:28:09 01070_h3_indexes_are_neighbors: [ OK ] 0.36 sec.
2025-05-26 20:28:09 01076_array_join_prewhere_const_folding: [ OK ] 3.47 sec.
2025-05-26 20:28:09 01079_window_view_inner_table_memory_tumble: [ OK ] 4.33 sec.
2025-05-26 20:28:09 01069_set_in_group_by: [ OK ] 0.42 sec.
2025-05-26 20:28:10 01065_array_zip_mixed_const: [ OK ] 0.40 sec.
2025-05-26 20:28:10 01174_select_insert_isolation: [ OK ] 31.40 sec.
2025-05-26 20:28:10 01061_alter_codec_with_type: [ OK ] 0.46 sec.
2025-05-26 20:28:11 01076_window_view_alter_query_to: [ OK ] 5.07 sec.
2025-05-26 20:28:11 01062_max_parser_depth: [ OK ] 1.25 sec.
2025-05-26 20:28:11 01074_window_view_event_tumble_asc_join_populate: [ OK ] 3.93 sec.
2025-05-26 20:28:11 01062_alter_on_mutataion_zookeeper_long: [ OK ] 2.08 sec.
2025-05-26 20:28:12 01056_create_table_as: [ OK ] 0.87 sec.
2025-05-26 20:28:12 01057_http_compression_prefer_brotli: [ OK ] 1.58 sec.
2025-05-26 20:28:13 01064_window_view_event_hop_to_bounded: [ OK ] 3.76 sec.
2025-05-26 20:28:13 01068_window_view_event_tumble_to_bounded_lateness: [ OK ] 3.88 sec.
2025-05-26 20:28:14 01133_begin_commit_race: [ OK ] 22.37 sec.
2025-05-26 20:28:14 01061_window_view_event_hop_to_asc: [ OK ] 3.72 sec.
2025-05-26 20:28:14 01051_random_printable_ascii: [ OK ] 0.36 sec.
2025-05-26 20:28:14 01052_compression_buffer_overrun: [ OK ] 1.17 sec.
2025-05-26 20:28:15 01050_clickhouse_dict_source_with_subquery: [ OK ] 0.60 sec.
2025-05-26 20:28:15 01055_minmax_index_compact_parts: [ OK ] 4.09 sec.
2025-05-26 20:28:15 01051_all_join_engine: [ OK ] 1.33 sec.
2025-05-26 20:28:15 01050_window_view_parser_tumble: [ OK ] 1.21 sec.
2025-05-26 20:28:16 01055_compact_parts_granularity: [ OK ] 4.10 sec.
2025-05-26 20:28:16 01045_dictionaries_restrictions: [ OK ] 0.47 sec.
2025-05-26 20:28:16 01044_great_circle_angle: [ OK ] 0.42 sec.
2025-05-26 20:28:16 01043_geo_distance: [ OK ] 0.54 sec.
2025-05-26 20:28:16 01046_materialized_view_with_join_over_distributed: [ OK ] 0.82 sec.
2025-05-26 20:28:16 01047_window_view_parser_inner_table: [ OK ] 1.30 sec.
2025-05-26 20:28:17 01042_h3_k_ring: [ OK ] 0.78 sec.
2025-05-26 20:28:17 01030_storage_hdfs_syntax: [ OK ] 0.52 sec.
2025-05-26 20:28:17 01034_order_by_pk_prefix: [ OK ] 1.27 sec.
2025-05-26 20:28:17 01031_new_any_join: [ OK ] 1.18 sec.
2025-05-26 20:28:18 01030_concatenate_equal_fixed_strings: [ OK ] 0.36 sec.
2025-05-26 20:28:18 01021_tuple_parser: [ OK ] 0.45 sec.
2025-05-26 20:28:18 01030_storage_set_supports_read: [ OK ] 0.80 sec.
2025-05-26 20:28:19 01019_alter_materialized_view_query: [ OK ] 0.80 sec.
2025-05-26 20:28:20 01034_sample_final_distributed: [ OK ] 3.64 sec.
2025-05-26 20:28:20 01018_optimize_read_in_order_with_in_subquery: [ OK ] 0.44 sec.
2025-05-26 20:28:24 01019_Buffer_and_max_memory_usage: [ OK ] 6.24 sec.
2025-05-26 20:28:25 01053_window_view_proc_hop_to_now: [ OK ] 12.02 sec.
2025-05-26 20:28:26 01052_window_view_proc_tumble_to_now: [ OK ] 12.83 sec.
2025-05-26 20:28:26 01018_empty_aggregation_filling: [ OK ] 6.12 sec.
2025-05-26 20:28:26 01016_simhash_minhash_ppc: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:28:27 01054_cache_dictionary_bunch_update: [ OK ] 14.58 sec.
2025-05-26 20:28:27 01016_index_tuple_field_type: [ OK ] 0.61 sec.
2025-05-26 20:28:28 01015_random_constant: [ OK ] 0.42 sec.
2025-05-26 20:28:28 01035_avg_weighted_long: [ OK ] 11.70 sec.
2025-05-26 20:28:28 01017_tsv_empty_as_default: [ OK ] 3.49 sec.
2025-05-26 20:28:28 01013_repeat_function: [ OK ] 0.51 sec.
2025-05-26 20:28:28 01015_array_split: [ OK ] 0.57 sec.
2025-05-26 20:28:28 01016_simhash_minhash: [ OK ] 1.81 sec.
2025-05-26 20:28:29 01019_alter_materialized_view_consistent: [ OK ] 9.88 sec.
2025-05-26 20:28:29 01010_partial_merge_join_negative: [ OK ] 1.07 sec.
2025-05-26 20:28:29 01008_materialized_view_henyihanwobushi: [ OK ] 0.53 sec.
2025-05-26 20:28:31 01009_insert_select_nicelulu: [ OK ] 2.94 sec.
2025-05-26 20:28:32 01010_pmj_one_row_blocks: [ OK ] 3.27 sec.
2025-05-26 20:28:32 01000_bad_size_of_marks_skip_idx: [ OK ] 1.14 sec.
2025-05-26 20:28:33 00999_full_join_dup_keys_crash: [ OK ] 1.04 sec.
2025-05-26 20:28:33 01010_low_cardinality_and_native_http: [ OK ] 4.65 sec.
2025-05-26 20:28:33 00995_optimize_read_in_order_with_aggregation: [ OK ] 0.49 sec.
2025-05-26 20:28:34 00995_order_by_with_fill: [ OK ] 1.01 sec.
2025-05-26 20:28:34 01019_parallel_parsing_cancel: [ OK ] 16.29 sec.
2025-05-26 20:28:34 01006_simpod_empty_part_single_column_write: [ OK ] 4.97 sec.
2025-05-26 20:28:34 00994_table_function_numbers_mt: [ OK ] 1.28 sec.
2025-05-26 20:28:35 00990_request_splitting: [ OK ] 0.47 sec.
2025-05-26 20:28:35 00988_expansion_aliases_limit: [ OK ] 0.40 sec.
2025-05-26 20:28:35 00983_summing_merge_tree_not_an_identifier: [ OK ] 0.45 sec.
2025-05-26 20:28:35 00984_materialized_view_to_columns: [ OK ] 0.87 sec.
2025-05-26 20:28:36 00979_yandex_consistent_hash_fpe: [ OK ] 0.45 sec.
2025-05-26 20:28:36 00978_table_function_values_alias: [ OK ] 0.53 sec.
2025-05-26 20:28:36 01018_ip_dictionary_long: [ OK ] 12.09 sec.
2025-05-26 20:28:46 00976_ttl_with_old_parts: [ OK ] 10.01 sec.
2025-05-26 20:28:46 01002_alter_nullable_adaptive_granularity_long: [ OK ] 16.97 sec.
2025-05-26 20:28:48 00977_join_use_nulls_denny_crane: [ OK ] 11.95 sec.
2025-05-26 20:28:48 01016_input_null_as_default: [ OK ] 22.19 sec.
2025-05-26 20:28:48 00980_alter_settings_race: [ OK ] 13.65 sec.
2025-05-26 20:28:49 00975_move_partition_merge_tree: [ OK ] 12.30 sec.
2025-05-26 20:28:49 00972_desc_table_virtual_columns: [ OK ] 0.60 sec.
2025-05-26 20:28:49 00974_bitmapContains_with_primary_key: [ OK ] 1.39 sec.
2025-05-26 20:28:51 00965_send_logs_level_concurrent_queries: [ OK ] 1.89 sec.
2025-05-26 20:28:52 00965_logs_level_bugfix: [ OK ] 2.70 sec.
2025-05-26 20:28:52 00968_file_engine_in_subquery: [ OK ] 3.14 sec.
2025-05-26 20:28:52 00961_visit_param_buffer_underflow: [ OK ] 0.42 sec.
2025-05-26 20:28:53 00990_metric_log_table_not_empty: [ OK ] 18.19 sec.
2025-05-26 20:28:53 00962_visit_param_various: [ OK ] 0.90 sec.
2025-05-26 20:28:53 00957_coalesce_const_nullable_crash: [ OK ] 0.61 sec.
2025-05-26 20:28:53 00974_text_log_table_not_empty: [ OK ] 6.95 sec.
2025-05-26 20:28:54 00959_format_with_different_aliases: [ OK ] 1.37 sec.
2025-05-26 20:28:54 00957_format_with_clashed_aliases: [ OK ] 1.28 sec.
2025-05-26 20:28:55 00975_indices_mutation_replicated_zookeeper_long: [ OK ] 8.93 sec.
2025-05-26 20:28:55 00954_resample_combinator: [ OK ] 1.52 sec.
2025-05-26 20:28:55 00965_set_index_string_functions: [ OK ] 6.75 sec.
2025-05-26 20:28:55 00997_set_index_array: [ OK ] 22.85 sec.
2025-05-26 20:28:55 00953_moving_functions: [ OK ] 1.81 sec.
2025-05-26 20:28:56 00946_ml_test: [ OK ] 0.60 sec.
2025-05-26 20:28:56 00941_to_custom_week: [ OK ] 0.77 sec.
2025-05-26 20:28:56 00938_ipv6_cidr_range: [ OK ] 0.76 sec.
2025-05-26 20:28:56 00948_to_valid_utf8: [ OK ] 2.05 sec.
2025-05-26 20:28:57 00927_asof_join_correct_bt: [ OK ] 0.91 sec.
2025-05-26 20:28:57 00955_test_final_mark_use: [ OK ] 4.08 sec.
2025-05-26 20:28:59 00927_asof_joins: [ OK ] 1.89 sec.
2025-05-26 20:29:01 00942_mutate_index: [ OK ] 5.54 sec.
2025-05-26 20:29:03 00930_max_partitions_per_insert_block: [ OK ] 6.51 sec.
2025-05-26 20:29:04 00926_adaptive_index_granularity_versioned_collapsing_merge_tree: [ OK ] 6.22 sec.
2025-05-26 20:29:04 00933_ttl_replicated_zookeeper: [ OK ] 8.01 sec.
2025-05-26 20:29:04 00937_test_use_header_tsv: [ OK ] 8.50 sec.
2025-05-26 20:29:04 00919_histogram_merge: [ OK ] 0.67 sec.
2025-05-26 20:29:05 00916_create_or_replace_view: [ OK ] 0.70 sec.
2025-05-26 20:29:05 00917_least_sqr: [ OK ] 0.80 sec.
2025-05-26 20:29:05 00911_tautological_compare: [ OK ] 0.32 sec.
2025-05-26 20:29:06 00912_string_comparison: [ OK ] 1.25 sec.
2025-05-26 20:29:07 00910_buffer_prewhere_different_types: [ OK ] 0.89 sec.
2025-05-26 20:29:08 00926_adaptive_index_granularity_replacing_merge_tree: [ OK ] 8.59 sec.
2025-05-26 20:29:11 00918_json_functions: [ OK ] 6.69 sec.
2025-05-26 20:29:11 00907_set_index_max_rows: [ OK ] 3.52 sec.
2025-05-26 20:29:12 00907_set_index_with_nullable_and_low_cardinality: [ OK ] 4.23 sec.
2025-05-26 20:29:12 00906_low_cardinality_const_argument: [ OK ] 0.42 sec.
2025-05-26 20:29:12 00905_field_with_aggregate_function_state: [ OK ] 0.66 sec.
2025-05-26 20:29:12 00941_system_columns_race_condition: [ OK ] 17.14 sec.
2025-05-26 20:29:13 00881_unknown_identifier_in_in: [ OK ] 0.62 sec.
2025-05-26 20:29:14 00873_t64_codec_date: [ OK ] 1.17 sec.
2025-05-26 20:29:15 00900_parquet_time_to_ch_date_time: [ OK ] 2.52 sec.
2025-05-26 20:29:15 00861_decimal_quoted_csv: [ OK ] 0.74 sec.
2025-05-26 20:29:16 00926_multimatch: [ OK ] 15.15 sec.
2025-05-26 20:29:16 00910_zookeeper_custom_compression_codecs_replicated_long: [ OK ] 10.96 sec.
2025-05-26 20:29:17 00852_any_join_nulls: [ OK ] 1.08 sec.
2025-05-26 20:29:17 00845_join_on_aliases: [ OK ] 1.43 sec.
2025-05-26 20:29:18 00837_insert_select_and_read_prefix: [ OK ] 0.97 sec.
2025-05-26 20:29:19 00906_low_cardinality_cache: [ OK ] 7.87 sec.
2025-05-26 20:29:20 00837_minmax_index_replicated_zookeeper_long: [ OK ] 1.81 sec.
2025-05-26 20:29:20 00836_indices_alter: [ OK ] 1.41 sec.
2025-05-26 20:29:22 00834_dont_allow_to_set_two_configuration_files_in_client: [ OK ] 1.18 sec.
2025-05-26 20:29:22 00870_t64_codec: [ OK ] 8.31 sec.
2025-05-26 20:29:22 00838_unique_index: [ OK ] 5.85 sec.
2025-05-26 20:29:23 00830_join_overwrite: [ OK ] 0.68 sec.
2025-05-26 20:29:23 00871_t64_codec_signed: [ OK ] 10.23 sec.
2025-05-26 20:29:24 00819_full_join_wrong_columns_in_block: [ OK ] 0.80 sec.
2025-05-26 20:29:24 00838_system_tables_drop_table_race: [ OK ] 7.76 sec.
2025-05-26 20:29:25 00817_with_simple: [ OK ] 0.37 sec.
2025-05-26 20:29:25 00816_join_column_names_sarg: [ OK ] 0.47 sec.
2025-05-26 20:29:26 00825_protobuf_format_table_default: [ OK ] 3.51 sec.
2025-05-26 20:29:26 00825_protobuf_format_map: [ OK ] 3.13 sec.
2025-05-26 20:29:26 00812_prewhere_alias_array: [ OK ] 0.39 sec.
2025-05-26 20:29:26 00808_array_enumerate_segfault: [ OK ] 0.41 sec.
2025-05-26 20:29:27 00806_alter_update: [ OK ] 0.59 sec.
2025-05-26 20:29:27 00804_test_delta_codec_no_type_alter: [ OK ] 0.49 sec.
2025-05-26 20:29:28 00803_xxhash: [ OK ] 1.02 sec.
2025-05-26 20:29:28 00802_system_parts_with_datetime_partition: [ OK ] 1.07 sec.
2025-05-26 20:29:28 00801_daylight_saving_time_hour_underflow: [ OK ] 0.35 sec.
2025-05-26 20:29:29 00800_low_cardinality_array_group_by_arg: [ OK ] 0.47 sec.
2025-05-26 20:29:29 00780_unaligned_array_join: [ OK ] 0.56 sec.
2025-05-26 20:29:29 00834_hints_for_type_function_typos: [ OK ] 8.55 sec.
2025-05-26 20:29:29 00765_sql_compatibility_aliases: [ OK ] 0.61 sec.
2025-05-26 20:29:29 00760_url_functions_overflow: [ OK ] 0.41 sec.
2025-05-26 20:29:29 00834_kill_mutation: [ OK ] 7.84 sec.
2025-05-26 20:29:30 00759_kodieg: [ OK ] 0.35 sec.
2025-05-26 20:29:30 00764_max_query_size_allocation: [ OK ] 1.19 sec.
2025-05-26 20:29:30 00814_replicated_minimalistic_part_header_zookeeper: [ OK ] 5.05 sec.
2025-05-26 20:29:30 00757_enum_defaults: [ OK ] 1.07 sec.
2025-05-26 20:29:31 00752_low_cardinality_mv_1: [ OK ] 1.00 sec.
2025-05-26 20:29:31 00752_low_cardinality_mv_2: [ OK ] 1.04 sec.
2025-05-26 20:29:32 00921_datetime64_compatibility_long: [ OK ] 28.93 sec.
2025-05-26 20:29:32 00751_hashing_ints: [ OK ] 0.51 sec.
2025-05-26 20:29:32 00755_avg_value_size_hint_passing: [ OK ] 2.48 sec.
2025-05-26 20:29:32 00753_system_columns_and_system_tables_long: [ OK ] 1.93 sec.
2025-05-26 20:29:32 00748_insert_array_with_null: [ OK ] 0.49 sec.
2025-05-26 20:29:32 00747_contributors: [ OK ] 0.37 sec.
2025-05-26 20:29:32 00751_default_databasename_for_view: [ OK ] 0.74 sec.
2025-05-26 20:29:32 00744_join_not_found_column: [ OK ] 0.42 sec.
2025-05-26 20:29:32 00741_client_comment_multiline: [ OK ] 0.32 sec.
2025-05-26 20:29:33 00735_or_expr_optimize_bug: [ OK ] 0.39 sec.
2025-05-26 20:29:33 00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long: [ OK ] 0.89 sec.
2025-05-26 20:29:33 00736_disjunction_optimisation: [ OK ] 0.96 sec.
2025-05-26 20:29:33 00732_quorum_insert_have_data_before_quorum_zookeeper_long: [ OK ] 0.99 sec.
2025-05-26 20:29:34 00726_modulo_for_date: [ OK ] 0.50 sec.
2025-05-26 20:29:34 00725_quantiles_shard: [ OK ] 0.89 sec.
2025-05-26 20:29:34 00720_combinations_of_aggregate_combinators: [ OK ] 0.56 sec.
2025-05-26 20:29:34 00721_force_by_identical_result_after_merge_zookeeper_long: [ OK ] 1.08 sec.
2025-05-26 20:29:34 00727_concat: [ OK ] 1.74 sec.
2025-05-26 20:29:35 00718_format_datetime_1: [ OK ] 0.46 sec.
2025-05-26 20:29:35 00718_low_cardinaliry_alter: [ OK ] 0.85 sec.
2025-05-26 20:29:36 00717_low_cardinaliry_group_by: [ OK ] 1.11 sec.
2025-05-26 20:29:37 00718_format_datetime: [ OK ] 2.12 sec.
2025-05-26 20:29:37 00719_format_datetime_rand: [ OK ] 3.18 sec.
2025-05-26 20:29:38 00713_collapsing_merge_tree: [ OK ] 0.77 sec.
2025-05-26 20:29:38 00712_prewhere_with_missing_columns_2: [ OK ] 0.56 sec.
2025-05-26 20:29:38 00712_prewhere_with_missing_columns: [ OK ] 0.56 sec.
2025-05-26 20:29:39 00712_prewhere_with_alias_and_virtual_column: [ OK ] 0.43 sec.
2025-05-26 20:29:39 00711_array_enumerate_variants: [ OK ] 0.35 sec.
2025-05-26 20:29:39 00707_float_csv_delimiter: [ OK ] 0.43 sec.
2025-05-26 20:29:39 00704_arrayCumSumLimited_arrayDifference: [ OK ] 0.45 sec.
2025-05-26 20:29:41 00754_distributed_optimize_skip_select_on_unused_shards_with_prewhere: [ OK ] 11.00 sec.
2025-05-26 20:29:41 00703_join_crash: [ OK ] 0.65 sec.
2025-05-26 20:29:42 00702_join_with_using: [ OK ] 0.94 sec.
2025-05-26 20:29:42 00704_drop_truncate_memory_table: [ OK ] 2.71 sec.
2025-05-26 20:29:42 00715_json_each_row_input_nested: [ OK ] 5.77 sec.
2025-05-26 20:29:43 00701_context_use_after_free: [ OK ] 0.35 sec.
2025-05-26 20:29:43 00702_where_with_quailified_names: [ OK ] 0.43 sec.
2025-05-26 20:29:43 00702_join_with_using_dups: [ OK ] 0.89 sec.
2025-05-26 20:29:43 00700_decimal_array_functions: [ OK ] 0.54 sec.
2025-05-26 20:29:43 00701_rollup: [ OK ] 0.73 sec.
2025-05-26 20:29:44 00698_validate_array_sizes_for_nested_kshvakov: [ OK ] 0.46 sec.
2025-05-26 20:29:44 00688_case_without_else: [ OK ] 0.40 sec.
2025-05-26 20:29:45 00688_low_cardinality_nullable_cast: [ OK ] 0.69 sec.
2025-05-26 20:29:46 00678_murmurhash: [ OK ] 0.68 sec.
2025-05-26 20:29:46 00670_truncate_temporary_table: [ OK ] 0.53 sec.
2025-05-26 20:29:47 00699_materialized_view_mutations: [ OK ] 3.21 sec.
2025-05-26 20:29:47 00664_cast_from_string_to_nullable: [ OK ] 0.51 sec.
2025-05-26 20:29:47 00700_decimal_casts_2: [ OK ] 3.95 sec.
2025-05-26 20:29:47 00663_tiny_log_empty_insert: [ OK ] 0.61 sec.
2025-05-26 20:29:47 00660_optimize_final_without_partition: [ OK ] 0.54 sec.
2025-05-26 20:29:48 00653_running_difference: [ OK ] 0.75 sec.
2025-05-26 20:29:48 00965_shard_unresolvable_addresses: [ OK ] 56.86 sec.
2025-05-26 20:29:48 00648_replacing_empty_set_from_prewhere: [ OK ] 0.53 sec.
2025-05-26 20:29:48 00647_histogram_negative: [ OK ] 0.44 sec.
2025-05-26 20:29:48 00645_date_time_input_format: [ OK ] 0.37 sec.
2025-05-26 20:29:48 00642_cast: [ OK ] 0.44 sec.
2025-05-26 20:29:49 00640_endsWith: [ OK ] 0.72 sec.
2025-05-26 20:29:49 00626_in_syntax: [ OK ] 0.87 sec.
2025-05-26 20:29:50 00624_length_utf8: [ OK ] 0.42 sec.
2025-05-26 20:29:50 00615_nullable_alter_optimize: [ OK ] 0.57 sec.
2025-05-26 20:29:51 00614_array_nullable: [ OK ] 0.66 sec.
2025-05-26 20:29:52 00612_shard_count: [ OK ] 0.90 sec.
2025-05-26 20:29:53 00609_mv_index_in_in: [ OK ] 0.78 sec.
2025-05-26 20:29:54 00604_shard_remote_and_columns_with_defaults: [ OK ] 1.44 sec.
2025-05-26 20:29:55 00599_create_view_with_subquery: [ OK ] 0.59 sec.
2025-05-26 20:29:57 00630_arbitrary_csv_delimiter: [ OK ] 8.50 sec.
2025-05-26 20:29:57 00816_long_concurrent_alter_column: [ OK ] 32.57 sec.
2025-05-26 20:29:57 00625_summing_merge_tree_merge: [ OK ] 8.13 sec.
2025-05-26 20:29:57 00598_create_as_select_http: [ OK ] 2.29 sec.
2025-05-26 20:29:57 00597_with_totals_on_empty_set: [ OK ] 0.49 sec.
2025-05-26 20:29:58 00579_virtual_column_and_lazy: [ OK ] 0.82 sec.
2025-05-26 20:29:58 00577_replacing_merge_tree_vertical_merge: [ OK ] 0.91 sec.
2025-05-26 20:29:59 00705_drop_create_merge_tree: [ OK ] 20.03 sec.
2025-05-26 20:29:59 00575_merge_and_index_with_function_in_in: [ OK ] 0.65 sec.
2025-05-26 20:29:59 00652_mergetree_mutations: [ OK ] 12.10 sec.
2025-05-26 20:29:59 00576_nested_and_prewhere: [ OK ] 1.21 sec.
2025-05-26 20:30:00 00571_alter_nullable: [ OK ] 0.85 sec.
2025-05-26 20:30:00 00562_rewrite_select_expression_with_union: [ OK ] 0.70 sec.
2025-05-26 20:30:00 00573_shard_aggregation_by_empty_set: [ OK ] 1.33 sec.
2025-05-26 20:30:00 00562_in_subquery_merge_tree: [ OK ] 1.05 sec.
2025-05-26 20:30:00 00597_push_down_predicate_long: [ OK ] 3.35 sec.
2025-05-26 20:30:01 00561_storage_join: [ OK ] 0.71 sec.
2025-05-26 20:30:01 00557_alter_null_storage_tables: [ OK ] 0.62 sec.
2025-05-26 20:30:01 00557_array_resize: [ OK ] 0.90 sec.
2025-05-26 20:30:01 00553_invalid_nested_name: [ OK ] 0.37 sec.
2025-05-26 20:30:01 00555_hasSubstr: [ OK ] 1.02 sec.
2025-05-26 20:30:01 00548_slice_of_nested: [ OK ] 0.40 sec.
2025-05-26 20:30:01 00549_join_use_nulls: [ OK ] 0.51 sec.
2025-05-26 20:30:02 00555_hasAll_hasAny: [ OK ] 1.12 sec.
2025-05-26 20:30:02 00547_named_tuples: [ OK ] 0.46 sec.
2025-05-26 20:30:02 00595_insert_into_view: [ OK ] 4.40 sec.
2025-05-26 20:30:02 00541_to_start_of_fifteen_minutes: [ OK ] 0.45 sec.
2025-05-26 20:30:02 00541_kahan_sum: [ OK ] 0.53 sec.
2025-05-26 20:30:02 00543_null_and_prewhere: [ OK ] 0.71 sec.
2025-05-26 20:30:02 00537_quarters: [ OK ] 0.44 sec.
2025-05-26 20:30:03 00532_topk_generic: [ OK ] 0.40 sec.
2025-05-26 20:30:03 00531_aggregate_over_nullable: [ OK ] 0.69 sec.
2025-05-26 20:30:04 00534_client_ignore_error: [ OK ] 2.29 sec.
2025-05-26 20:30:05 00529_orantius: [ OK ] 0.71 sec.
2025-05-26 20:30:06 00531_client_ignore_error: [ OK ] 2.16 sec.
2025-05-26 20:30:06 00525_aggregate_functions_of_nullable_that_return_non_nullable: [ OK ] 0.37 sec.
2025-05-26 20:30:06 00516_is_inf_nan: [ OK ] 0.51 sec.
2025-05-26 20:30:07 00543_access_to_temporary_table_in_readonly_mode: [ OK ] 5.36 sec.
2025-05-26 20:30:07 00534_filimonov: [ OK ] 4.97 sec.
2025-05-26 20:30:07 00504_mergetree_arrays_rw: [ OK ] 1.26 sec.
2025-05-26 20:30:07 00512_fractional_time_zones: [ OK ] 1.78 sec.
2025-05-26 20:30:08 00500_point_in_polygon_nan: [ OK ] 0.39 sec.
2025-05-26 20:30:08 00500_point_in_polygon_bug_3_linestring_rotation_precision: [ OK ] 0.78 sec.
2025-05-26 20:30:08 00501_http_head: [ OK ] 1.15 sec.
2025-05-26 20:30:08 00500_point_in_polygon_bug: [ OK ] 0.46 sec.
2025-05-26 20:30:09 00502_custom_partitioning_local: [ OK ] 1.71 sec.
2025-05-26 20:30:09 00500_point_in_polygon_bug_2: [ OK ] 0.38 sec.
2025-05-26 20:30:09 00490_with_select: [ OK ] 0.55 sec.
2025-05-26 20:30:09 00498_bitwise_aggregate_functions: [ OK ] 0.79 sec.
2025-05-26 20:30:09 00719_parallel_ddl_table: [ OK ] 35.16 sec.
2025-05-26 20:30:09 00489_pk_subexpression: [ OK ] 0.74 sec.
2025-05-26 20:30:10 00488_non_ascii_column_names: [ OK ] 0.45 sec.
2025-05-26 20:30:10 00486_if_fixed_string: [ OK ] 0.84 sec.
2025-05-26 20:30:10 00481_reading_from_last_granula: [ OK ] 0.62 sec.
2025-05-26 20:30:10 00479_date_and_datetime_to_number: [ OK ] 0.52 sec.
2025-05-26 20:30:11 00466_comments_in_keyword: [ OK ] 0.39 sec.
2025-05-26 20:30:11 00461_default_value_of_argument_type: [ OK ] 0.35 sec.
2025-05-26 20:30:11 00475_in_join_db_table: [ OK ] 0.60 sec.
2025-05-26 20:30:11 00438_bit_rotate: [ OK ] 0.36 sec.
2025-05-26 20:30:11 00442_filter_by_nullable: [ OK ] 0.52 sec.
2025-05-26 20:30:12 00485_http_insert_format: [ OK ] 2.74 sec.
2025-05-26 20:30:12 00424_shard_aggregate_functions_of_nullable: [ OK ] 0.78 sec.
2025-05-26 20:30:12 00436_fixed_string_16_comparisons: [ OK ] 1.03 sec.
2025-05-26 20:30:13 00423_storage_log_single_thread: [ OK ] 0.47 sec.
2025-05-26 20:30:13 00414_time_zones_direct_conversion: [ OK ] 0.35 sec.
2025-05-26 20:30:13 00412_logical_expressions_optimizer: [ OK ] 0.40 sec.
2025-05-26 20:30:14 00498_array_functions_concat_slice_push_pop: [ OK ] 5.92 sec.
2025-05-26 20:30:15 00408_http_keep_alive: [ OK ] 1.14 sec.
2025-05-26 20:30:16 00415_into_outfile: [ OK ] 3.47 sec.
2025-05-26 20:30:16 00406_tuples_with_nulls: [ OK ] 0.42 sec.
2025-05-26 20:30:16 00731_long_merge_tree_select_opened_files: [ OK ] 44.05 sec.
2025-05-26 20:30:17 00403_to_start_of_day: [ OK ] 0.42 sec.
2025-05-26 20:30:18 00405_PrettyCompactMonoBlock: [ OK ] 2.06 sec.
2025-05-26 20:30:18 00401_merge_and_stripelog: [ OK ] 1.37 sec.
2025-05-26 20:30:19 00399_group_uniq_array_date_datetime: [ OK ] 0.77 sec.
2025-05-26 20:30:19 00397_tsv_format_synonym: [ OK ] 0.40 sec.
2025-05-26 20:30:20 00394_replaceall_vector_fixed: [ OK ] 0.61 sec.
2025-05-26 20:30:21 00398_url_functions: [ OK ] 2.23 sec.
2025-05-26 20:30:21 00534_functions_bad_arguments6: [ OK ] 19.00 sec.
2025-05-26 20:30:21 00383_utf8_validation: [ OK ] 0.37 sec.
2025-05-26 20:30:21 00381_first_significant_subdomain: [ OK ] 0.41 sec.
2025-05-26 20:30:21 00390_array_sort: [ OK ] 1.22 sec.
2025-05-26 20:30:22 00411_long_accurate_number_comparison_float: [ OK ] 8.92 sec.
2025-05-26 20:30:22 00407_parsing_nulls: [ OK ] 6.27 sec.
2025-05-26 20:30:22 00364_java_style_denormals: [ OK ] 0.53 sec.
2025-05-26 20:30:22 00349_visible_width: [ OK ] 0.38 sec.
2025-05-26 20:30:22 00359_convert_or_zero_functions: [ OK ] 0.41 sec.
2025-05-26 20:30:22 00344_row_number_in_all_blocks: [ OK ] 0.55 sec.
2025-05-26 20:30:23 00342_escape_sequences: [ OK ] 0.36 sec.
2025-05-26 20:30:23 00443_preferred_block_size_bytes: [ OK ] 12.21 sec.
2025-05-26 20:30:23 00343_array_element_generic: [ OK ] 0.76 sec.
2025-05-26 20:30:23 00330_view_subqueries: [ OK ] 0.51 sec.
2025-05-26 20:30:23 00316_rounding_functions_and_empty_block: [ OK ] 0.35 sec.
2025-05-26 20:30:24 00534_functions_bad_arguments13: [ OK ] 21.65 sec.
2025-05-26 20:30:24 00319_index_for_like: [ OK ] 0.70 sec.
2025-05-26 20:30:24 00309_formats: [ OK ] 0.56 sec.
2025-05-26 20:30:25 00323_quantiles_timing_bug: [ OK ] 1.69 sec.
2025-05-26 20:30:26 00374_json_each_row_input_with_noisy_fields: [ OK ] 4.62 sec.
2025-05-26 20:30:26 00304_http_external_data: [ OK ] 1.36 sec.
2025-05-26 20:30:26 00305_http_and_readonly: [ OK ] 1.88 sec.
2025-05-26 20:30:28 00294_shard_enums: [ OK ] 1.64 sec.
2025-05-26 20:30:28 00288_empty_stripelog: [ OK ] 0.54 sec.
2025-05-26 20:30:29 00283_column_cut: [ OK ] 0.38 sec.
2025-05-26 20:30:30 00314_sample_factor_virtual_column: [ OK ] 6.85 sec.
2025-05-26 20:30:30 00290_shard_aggregation_memory_efficient: [ OK ] 4.19 sec.
2025-05-26 20:30:31 00269_database_table_whitespace: [ OK ] 0.43 sec.
2025-05-26 20:30:31 00270_views_query_processing_stage: [ OK ] 0.76 sec.
2025-05-26 20:30:31 00411_long_accurate_number_comparison_int3: [ OK ] 18.05 sec.
2025-05-26 20:30:31 00366_multi_statements: [ OK ] 10.23 sec.
2025-05-26 20:30:31 00282_merging: [ OK ] 2.87 sec.
2025-05-26 20:30:32 00259_hashing_tuples: [ OK ] 0.49 sec.
2025-05-26 20:30:32 00256_reverse: [ OK ] 0.53 sec.
2025-05-26 20:30:32 00253_insert_recursive_defaults: [ OK ] 0.56 sec.
2025-05-26 20:30:32 00255_array_concat_string: [ OK ] 0.87 sec.
2025-05-26 20:30:32 00257_shard_no_aggregates_and_constant_keys: [ OK ] 1.32 sec.
2025-05-26 20:30:32 00238_removal_of_temporary_columns: [ OK ] 0.36 sec.
2025-05-26 20:30:33 00237_group_by_arrays: [ OK ] 0.54 sec.
2025-05-26 20:30:33 00235_create_temporary_table_as: [ OK ] 0.46 sec.
2025-05-26 20:30:33 00233_position_function_sql_comparibilty: [ OK ] 0.61 sec.
2025-05-26 20:30:33 00232_format_readable_size: [ OK ] 0.38 sec.
2025-05-26 20:30:33 00261_storage_aliases_and_array_join: [ OK ] 2.41 sec.
2025-05-26 20:30:33 00214_primary_key_order: [ OK ] 0.42 sec.
2025-05-26 20:30:34 00226_zookeeper_deduplication_and_unexpected_parts_long: [ OK ] 0.72 sec.
2025-05-26 20:30:34 00301_csv: [ OK ] 8.26 sec.
2025-05-26 20:30:34 00206_empty_array_to_single: [ OK ] 0.58 sec.
2025-05-26 20:30:34 00202_cross_join: [ OK ] 0.49 sec.
2025-05-26 20:30:34 00194_identity: [ OK ] 0.34 sec.
2025-05-26 20:30:35 00190_non_constant_array_of_constant_data: [ OK ] 0.49 sec.
2025-05-26 20:30:35 00203_full_join: [ OK ] 1.18 sec.
2025-05-26 20:30:35 00193_parallel_replicas: [ OK ] 1.16 sec.
2025-05-26 20:30:35 00179_lambdas_with_common_expressions_and_filter: [ OK ] 0.44 sec.
2025-05-26 20:30:36 00176_if_string_arrays: [ OK ] 0.46 sec.
2025-05-26 20:30:36 00175_partition_by_ignore: [ OK ] 0.92 sec.
2025-05-26 20:30:36 00174_compare_date_time_with_constant_string_in_in: [ OK ] 0.45 sec.
2025-05-26 20:30:37 00184_shard_distributed_group_by_no_merge: [ OK ] 2.29 sec.
2025-05-26 20:30:37 00181_aggregate_functions_statistics: [ OK ] 1.94 sec.
2025-05-26 20:30:37 00166_functions_of_aggregation_states: [ OK ] 0.45 sec.
2025-05-26 20:30:37 00156_array_map_to_constant: [ OK ] 0.52 sec.
2025-05-26 20:30:37 00162_shard_global_join: [ OK ] 0.59 sec.
2025-05-26 20:30:38 00163_shard_join_with_empty_table: [ OK ] 1.65 sec.
2025-05-26 20:30:38 00148_summing_merge_tree_nested_map_multiple_values: [ OK ] 0.92 sec.
2025-05-26 20:30:39 00170_lower_upper_utf8: [ OK ] 2.94 sec.
2025-05-26 20:30:39 00132_sets: [ OK ] 0.89 sec.
2025-05-26 20:30:39 00142_parse_timestamp_as_datetime: [ OK ] 1.84 sec.
2025-05-26 20:30:39 00137_in_constants: [ OK ] 1.15 sec.
2025-05-26 20:30:40 00233_position_function_family: [ OK ] 7.33 sec.
2025-05-26 20:30:40 00117_parsing_arrays: [ OK ] 0.67 sec.
2025-05-26 20:30:40 00128_group_by_number_and_fixed_string: [ OK ] 1.05 sec.
2025-05-26 20:30:40 00121_drop_column_zookeeper: [ OK ] 1.13 sec.
2025-05-26 20:30:40 00112_shard_totals_after_having: [ OK ] 0.58 sec.
2025-05-26 20:30:41 00126_buffer: [ OK ] 1.35 sec.
2025-05-26 20:30:41 00106_totals_after_having: [ OK ] 0.42 sec.
2025-05-26 20:30:41 00098_b_union_all: [ OK ] 0.40 sec.
2025-05-26 20:30:41 00098_8_union_all: [ OK ] 0.43 sec.
2025-05-26 20:30:41 00108_shard_totals_after_having: [ OK ] 0.90 sec.
2025-05-26 20:30:41 00098_4_union_all: [ OK ] 0.55 sec.
2025-05-26 20:30:41 00098_c_union_all: [ OK ] 0.40 sec.
2025-05-26 20:30:41 00098_9_union_all: [ OK ] 0.36 sec.
2025-05-26 20:30:41 00098_5_union_all: [ OK ] 0.58 sec.
2025-05-26 20:30:42 00089_group_by_arrays_of_fixed: [ OK ] 0.98 sec.
2025-05-26 20:30:45 00078_string_concat: [ OK ] 3.01 sec.
2025-05-26 20:30:47 00076_ip_coding_functions: [ OK ] 1.68 sec.
2025-05-26 20:30:48 00068_empty_tiny_log: [ OK ] 0.38 sec.
2025-05-26 20:30:48 00067_replicate_segfault: [ OK ] 0.41 sec.
2025-05-26 20:30:48 00056_join_number_string: [ OK ] 0.38 sec.
2025-05-26 20:30:49 00212_long_shard_aggregate_function_uniq: [ OK ] 15.43 sec.
2025-05-26 20:30:49 00051_any_inner_join: [ OK ] 0.43 sec.
2025-05-26 20:30:49 00049_any_left_join: [ OK ] 0.41 sec.
2025-05-26 20:30:49 00096_aggregation_min_if: [ OK ] 8.09 sec.
2025-05-26 20:30:49 00044_sorting_by_string_descending: [ OK ] 0.35 sec.
2025-05-26 20:30:49 00042_set: [ OK ] 0.42 sec.
2025-05-26 20:30:50 00036_array_element: [ OK ] 0.71 sec.
2025-05-26 20:30:51 00035_function_array_return_type: [ OK ] 0.36 sec.
2025-05-26 20:30:51 00032_fixed_string_to_string: [ OK ] 0.40 sec.
2025-05-26 20:30:51 00039_inserts_through_http: [ OK ] 1.91 sec.
2025-05-26 20:30:51 00026_shard_something_distributed: [ OK ] 0.44 sec.
2025-05-26 20:30:51 00040_array_enumerate_uniq: [ OK ] 2.23 sec.
2025-05-26 20:30:52 00021_sorting_arrays: [ OK ] 0.36 sec.
2025-05-26 20:30:52 00018_distinct_in_subquery: [ OK ] 0.37 sec.
2025-05-26 20:30:52 00017_in_subquery_with_empty_result: [ OK ] 0.39 sec.
2025-05-26 20:30:52 00016_totals_having_constants: [ OK ] 0.37 sec.
2025-05-26 20:30:52 00015_totals_having_constants: [ OK ] 0.35 sec.
2025-05-26 20:30:52
2025-05-26 20:30:52 201 tests passed. 2 tests skipped. 691.74 s elapsed (ForkPoolWorker-3).
2025-05-26 20:30:52 00005_shard_format_ast_and_remote_table_lambda: [ OK ] 0.40 sec.
2025-05-26 20:30:52
2025-05-26 20:30:52 226 tests passed. 1 tests skipped. 691.83 s elapsed (ForkPoolWorker-6).
2025-05-26 20:30:52 00001_select_1: [ OK ] 0.34 sec.
2025-05-26 20:30:52
2025-05-26 20:30:52 154 tests passed. 2 tests skipped. 691.83 s elapsed (ForkPoolWorker-5).
2025-05-26 20:30:55 00312_position_case_insensitive_utf8: [ OK ] 31.31 sec.
2025-05-26 20:30:55
2025-05-26 20:30:55 130 tests passed. 0 tests skipped. 694.48 s elapsed (ForkPoolWorker-7).
2025-05-26 20:30:58 00094_union_race_conditions_5: [ OK ] 17.12 sec.
2025-05-26 20:30:58
2025-05-26 20:30:58 Having 1 errors! 238 tests passed. 3 tests skipped. 697.79 s elapsed (ForkPoolWorker-9).
2025-05-26 20:31:13 00091_union_race_conditions_2: [ OK ] 32.00 sec.
2025-05-26 20:31:13
2025-05-26 20:31:13 160 tests passed. 4 tests skipped. 712.74 s elapsed (ForkPoolWorker-2).
2025-05-26 20:31:22 00097_long_storage_buffer_race_condition_mt: [ OK ] 41.46 sec.
2025-05-26 20:31:22
2025-05-26 20:31:22 210 tests passed. 0 tests skipped. 722.00 s elapsed (ForkPoolWorker-4).
2025-05-26 20:31:40 00326_long_function_multi_if: [ OK ] 77.75 sec.
2025-05-26 20:31:40
2025-05-26 20:31:40 168 tests passed. 1 tests skipped. 739.82 s elapsed (ForkPoolWorker-8).
2025-05-26 20:31:40
2025-05-26 20:31:40 Running 139 stateless tests (MainProcess).
2025-05-26 20:31:40
2025-05-26 20:32:00 03254_session_expire_in_use_in_http_interface: [ OK ] 19.32 sec.
2025-05-26 20:32:09 03002_part_log_rmt_fetch_merge_error: [ OK ] 9.35 sec.
2025-05-26 20:32:10 02983_const_sharding_key: [ OK ] 0.65 sec.
2025-05-26 20:32:11 02976_system_zookeeper_filters: [ OK ] 0.75 sec.
2025-05-26 20:32:13 02961_storage_config_volume_priority: [ OK ] 2.52 sec.
2025-05-26 20:32:19 02950_distributed_initial_query_event: [ OK ] 5.65 sec.
2025-05-26 20:32:20 02947_non_post_request_should_be_readonly: [ OK ] 1.22 sec.
2025-05-26 20:32:23 02940_system_stacktrace_optimizations: [ OK ] 3.37 sec.
2025-05-26 20:32:24 02919_insert_meet_eternal_hardware_error: [ OK ] 0.89 sec.
2025-05-26 20:32:25 02911_support_alias_column_in_indices: [ OK ] 0.70 sec.
2025-05-26 20:32:41 02884_authentication_quota: [ OK ] 16.29 sec.
2025-05-26 20:32:45 02771_multidirectory_globs_storage_file: [ OK ] 3.28 sec.
2025-05-26 20:32:58 02726_async_insert_flush_stress: [ OK ] 13.24 sec.
2025-05-26 20:33:05 02725_database_hdfs: [ OK ] 6.75 sec.
2025-05-26 20:33:06 02724_show_indexes: [ OK ] 1.16 sec.
2025-05-26 20:33:10 02724_decompress_filename_exception: [ OK ] 4.40 sec.
2025-05-26 20:33:15 02724_database_s3: [ OK ] 4.51 sec.
2025-05-26 20:33:15 02723_parallelize_output_setting: [ OK ] 0.44 sec.
2025-05-26 20:33:26 02722_database_filesystem: [ OK ] 10.73 sec.
2025-05-26 20:33:27 02710_show_table: [ OK ] 0.34 sec.
2025-05-26 20:34:04 02703_keeper_map_concurrent_create_drop: [ OK ] 37.83 sec.
2025-05-26 20:34:04 02581_share_big_sets_between_multiple_mutations_tasks_long: [ SKIPPED ] 0.00 sec. - not running for current build
2025-05-26 20:34:09 02513_insert_without_materialized_columns: [ OK ] 4.21 sec.
2025-05-26 20:34:12 02511_parquet_orc_missing_columns: [ OK ] 3.03 sec.
2025-05-26 20:34:17 02504_regexp_dictionary_yaml_source: [ OK ] 5.23 sec.
2025-05-26 20:34:19 02496_storage_s3_profile_events: [ OK ] 1.50 sec.
2025-05-26 20:34:19 02494_query_cache_secrets: [ OK ] 0.42 sec.
2025-05-26 20:34:19 02494_query_cache_sparse_columns: [ OK ] 0.48 sec.
2025-05-26 20:34:20 02494_query_cache_min_query_runs: [ OK ] 0.51 sec.
2025-05-26 20:34:20 02494_query_cache_explain: [ OK ] 0.46 sec.
2025-05-26 20:34:39 02494_query_cache_user_isolation: [ OK ] 18.41 sec.
2025-05-26 20:34:40 02494_query_cache_normalize_ast: [ OK ] 1.35 sec.
2025-05-26 20:34:42 02494_query_cache_passive_usage: [ OK ] 1.30 sec.
2025-05-26 20:34:42 02494_query_cache_user_quotas: [ OK ] 0.52 sec.
2025-05-26 20:34:43 02483_add_engine_full_column_to_system_databases: [ OK ] 0.40 sec.
2025-05-26 20:34:46 02482_capnp_list_of_structs: [ OK ] 3.33 sec.
2025-05-26 20:34:47 02481_s3_throw_if_mismatch_files: [ OK ] 0.68 sec.
2025-05-26 20:34:47 02473_infile_progress: [ OK ] 0.57 sec.
2025-05-26 20:34:48 02458_use_structure_from_insertion_table: [ OK ] 0.93 sec.
2025-05-26 20:34:49 02458_default_setting: [ OK ] 0.51 sec.
2025-05-26 20:35:29 02455_one_row_from_csv_memory_usage: [ OK ] 40.53 sec.
2025-05-26 20:35:31 02416_rename_database_rbac: [ OK ] 2.02 sec.
2025-05-26 20:35:32 02405_avro_read_nested: [ OK ] 0.61 sec.
2025-05-26 20:35:34 02402_capnp_format_segments_overflow: [ OK ] 1.93 sec.
2025-05-26 20:35:36 02378_part_log_profile_events_replicated: [ OK ] 2.17 sec.
2025-05-26 20:35:40 02377_quota_key: [ OK ] 3.86 sec.
2025-05-26 20:35:41 02375_system_schema_inference_cache: [ OK ] 0.48 sec.
2025-05-26 20:35:56 02372_data_race_in_avro: [ OK ] 15.76 sec.
2025-05-26 20:35:58 02364_window_view_segfault: [ OK ] 1.92 sec.
2025-05-26 20:36:00 02360_clickhouse_local_config-option: [ OK ] 1.69 sec.
2025-05-26 20:36:01 02343_read_from_s3_compressed_blocks: [ OK ] 0.94 sec.
2025-05-26 20:36:02 02322_sql_insert_format: [ OK ] 0.47 sec.
2025-05-26 20:36:04 02314_avro_null_as_default: [ OK ] 2.31 sec.
2025-05-26 20:36:04 02314_csv_tsv_skip_first_lines: [ OK ] 0.46 sec.
2025-05-26 20:36:26 02313_filesystem_cache_seeks: [ OK ] 21.70 sec.
2025-05-26 20:36:27 02293_arrow_dictionary_indexes: [ OK ] 0.37 sec.
2025-05-26 20:36:36 02293_formats_json_columns: [ OK ] 8.94 sec.
2025-05-26 20:36:38 02286_use_file_descriptor_in_table_function_file: [ OK ] 2.09 sec.
2025-05-26 20:36:48 02286_drop_filesystem_cache: [ OK ] 9.78 sec.
2025-05-26 20:36:52 02270_stdin_with_query_or_infile_data: [ OK ] 3.67 sec.
2025-05-26 20:38:38 02265_test_dns_profile_events: [ OK ] 106.40 sec.
2025-05-26 20:38:41 02245_parquet_skip_unknown_type: [ OK ] 2.59 sec.
2025-05-26 20:38:47 02242_arrow_orc_parquet_nullable_schema_inference: [ OK ] 6.39 sec.
2025-05-26 20:38:49 02240_tskv_schema_inference_bug: [ OK ] 2.04 sec.
2025-05-26 20:38:50 02211_jsonl_format_extension: [ OK ] 0.39 sec.
2025-05-26 20:38:53 02187_msg_pack_uuid: [ OK ] 3.57 sec.
2025-05-26 20:38:55 02182_format_and_schema_from_stdin: [ OK ] 2.16 sec.
2025-05-26 20:38:58 02152_bool_type_parsing: [ OK ] 2.65 sec.
2025-05-26 20:39:08 02149_external_schema_inference: [ OK ] 9.51 sec.
2025-05-26 20:39:13 02127_plus_before_float: [ OK ] 4.81 sec.
2025-05-26 20:39:14 02125_tskv_proper_names_reading: [ OK ] 1.70 sec.
2025-05-26 20:39:15 02111_modify_table_comment: [ OK ] 0.39 sec.
2025-05-26 20:39:22 02103_with_names_and_types_parallel_parsing: [ OK ] 7.50 sec.
2025-05-26 20:39:23 02101_sql_user_defined_functions_create_or_replace: [ OK ] 0.63 sec.
2025-05-26 20:39:23 02099_sql_user_defined_functions_lambda: [ OK ] 0.37 sec.
2025-05-26 20:39:26 02051_symlinks_to_user_files: [ OK ] 2.44 sec.
2025-05-26 20:39:55 02030_capnp_format: [ OK ] 28.75 sec.
2025-05-26 20:40:00 02014_query_parameters: [ OK ] 5.18 sec.
2025-05-26 20:40:01 02008_complex_key_range_hashed_dictionary: [ OK ] 1.14 sec.
2025-05-26 20:40:35 01946_test_wrong_host_name_access: [ OK ] 33.98 sec.
2025-05-26 20:40:38 01939_user_with_default_database: [ OK ] 3.21 sec.
2025-05-26 20:40:39 01925_test_storage_merge_aliases: [ OK ] 0.81 sec.
2025-05-26 20:41:26 01921_concurrent_ttl_and_normal_merges_zookeeper_long: [ OK ] 46.36 sec.
2025-05-26 20:41:27 01902_dictionary_array_type: [ OK ] 1.08 sec.
2025-05-26 20:41:27 01824_prefer_global_in_and_join: [ OK ] 0.76 sec.
2025-05-26 20:41:28 01804_dictionary_decimal256_type: [ OK ] 0.78 sec.
2025-05-26 20:41:33 01771_bloom_filter_not_has: [ OK ] 4.95 sec.
2025-05-26 20:41:34 01766_hashed_dictionary_complex_key: [ OK ] 1.21 sec.
2025-05-26 20:41:35 01760_ddl_dictionary_use_current_database_name: [ OK ] 0.64 sec.
2025-05-26 20:41:36 01759_dictionary_unique_attribute_names: [ OK ] 0.49 sec.
2025-05-26 20:41:36 01748_dictionary_table_dot: [ OK ] 0.44 sec.
2025-05-26 20:41:37 01747_join_view_filter_dictionary: [ OK ] 0.60 sec.
2025-05-26 20:42:26 01747_system_session_log_long: [ OK ] 49.23 sec.
2025-05-26 20:42:27 01721_dictionary_decimal_p_s: [ OK ] 0.85 sec.
2025-05-26 20:42:27 01705_normalize_create_alter_function_names: [ OK ] 0.48 sec.
2025-05-26 20:42:31 01702_system_query_log: [ OK ] 3.68 sec.
2025-05-26 20:42:33 01674_executable_dictionary_implicit_key: [ OK ] 1.39 sec.
2025-05-26 20:42:33 01602_show_create_view: [ OK ] 0.55 sec.
2025-05-26 20:42:33 01598_memory_limit_zeros: [ OK ] 0.21 sec.
2025-05-26 20:42:37 01543_avro_deserialization_with_lc: [ OK ] 3.82 sec.
2025-05-26 20:42:57 01532_execute_merges_on_single_replica_long: [ OK ] 20.19 sec.
2025-05-26 20:42:58 01494_storage_join_persistency: [ OK ] 0.56 sec.
2025-05-26 20:42:59 01493_alter_remove_properties_zookeeper: [ OK ] 1.28 sec.
2025-05-26 20:43:00 01487_distributed_in_not_default_db: [ OK ] 0.72 sec.
2025-05-26 20:43:01 01465_ttl_recompression: [ OK ] 1.30 sec.
2025-05-26 20:43:02 01415_inconsistent_merge_tree_settings: [ OK ] 0.77 sec.
2025-05-26 20:43:04 01415_overlimiting_threads_for_repica_bug: [ OK ] 2.17 sec.
2025-05-26 20:43:39 01412_cache_dictionary_race: [ OK ] 34.79 sec.
2025-05-26 20:43:40 01376_GROUP_BY_injective_elimination_dictGet: [ OK ] 0.49 sec.
2025-05-26 20:43:40 01375_compact_parts_codecs: [ OK ] 0.60 sec.
2025-05-26 20:43:42 01358_union_threads_bug: [ OK ] 1.81 sec.
2025-05-26 20:44:14 01302_aggregate_state_exception_memory_leak: [ OK ] 32.00 sec.
2025-05-26 20:44:15 01296_create_row_policy_in_current_database: [ OK ] 0.55 sec.
2025-05-26 20:44:50 01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long: [ OK ] 35.40 sec.
2025-05-26 20:44:53 01292_create_user: [ OK ] 3.11 sec.
2025-05-26 20:44:54 01269_alias_type_differs: [ OK ] 0.57 sec.
2025-05-26 20:44:54 01254_dict_load_after_detach_attach: [ OK ] 0.48 sec.
2025-05-26 20:44:55 01254_dict_create_without_db: [ OK ] 0.50 sec.
2025-05-26 20:44:56 01249_bad_arguments_for_bloom_filter: [ OK ] 0.64 sec.
2025-05-26 20:45:21 01238_http_memory_tracking: [ OK ] 25.63 sec.
2025-05-26 20:45:22 01224_no_superfluous_dict_reload: [ OK ] 0.86 sec.
2025-05-26 20:45:47 01107_atomic_db_detach_attach: [ OK ] 24.53 sec.
2025-05-26 20:46:48 01079_parallel_alter_modify_zookeeper_long: [ OK ] 61.11 sec.
2025-05-26 20:47:29 01076_parallel_alter_replicated_zookeeper: [ OK ] 41.37 sec.
2025-05-26 20:47:31 01070_modify_ttl_recalc_only: [ OK ] 1.92 sec.
2025-05-26 20:47:33 01070_window_view_watch_events: [ OK ] 1.56 sec.
2025-05-26 20:47:34 01048_window_view_parser: [ OK ] 1.26 sec.
2025-05-26 20:47:45 01045_zookeeper_system_mutations_with_parts_names: [ OK ] 10.81 sec.
2025-05-26 20:47:53 01037_polygon_dicts_correctness_all: [ OK ] 8.44 sec.
2025-05-26 20:48:02 01037_polygon_dicts_simple_functions: [ OK ] 8.40 sec.
2025-05-26 20:48:35 01037_polygon_dicts_correctness_fast: [ OK ] 32.93 sec.
2025-05-26 20:48:36 01018_ddl_dictionaries_create: [ OK ] 1.01 sec.
2025-05-26 20:48:38 01010_pmj_right_table_memory_limits: [ OK ] 2.18 sec.
2025-05-26 20:48:49 01003_kill_query_race_condition: [ OK ] 11.11 sec.
2025-05-26 20:50:06 00993_system_parts_race_condition_drop_zookeeper: [ OK ] 77.00 sec.
2025-05-26 20:50:16 00933_test_fix_extra_seek_on_compressed_cache: [ OK ] 9.55 sec.
2025-05-26 20:50:18 00612_http_max_query_size: [ OK ] 1.65 sec.
2025-05-26 20:50:20 00474_readonly_settings: [ OK ] 2.93 sec.
2025-05-26 20:51:25 00429_long_http_bufferization: [ OK ] 64.03 sec.
2025-05-26 20:51:25
2025-05-26 20:51:25 138 tests passed. 1 tests skipped. 1184.20 s elapsed (MainProcess).
2025-05-26 20:51:28 Won't run stateful tests because test data wasn't loaded.
2025-05-26 20:51:28 Checking the hung queries: done
2025-05-26 20:51:28
2025-05-26 20:51:28 No queries hung.
2025-05-26 20:51:28 All tests have finished.
2025-05-26 20:51:28
2025-05-26 20:51:28 Top patterns of log messages:
2025-05-26 20:51:28
2025-05-26 20:51:28 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2025-05-26 20:51:28
2025-05-26 20:51:28 1. 115932 0.073 7.69 MiB 0.024 28 931 ['Trace'] 0.001 Access granted: {}{}
2025-05-26 20:51:28 2. 100780 0.064 16.76 MiB 0.052 1 379 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2025-05-26 20:51:28 3. 100740 0.064 15.09 MiB 0.047 3 378 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2025-05-26 20:51:28 4. 88360 0.056 2.43 MiB 0.008 1 372 ['Debug'] 0 Processed in {} sec.
2025-05-26 20:51:28 5. 69142 0.044 73.59 MiB 0.227 1 488 ['Trace'] 0.001 Query {} to stage {}{}
2025-05-26 20:51:28 6. 68686 0.043 75.03 MiB 0.231 1 488 ['Trace'] 0.001 Query {} from stage {} to stage {}{}
2025-05-26 20:51:28 7. 60796 0.038 4.70 MiB 0.014 1 360 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2025-05-26 20:51:28 8. 44631 0.028 1.88 MiB 0.006 1 338 ['Debug'] 0.1 Peak memory usage{}: {}.
2025-05-26 20:51:28 9. 40296 0.025 3.53 MiB 0.011 1 680 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-05-26 20:51:28 10. 39212 0.025 1.72 MiB 0.005 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2025-05-26 20:51:28 11. 36247 0.023 1.07 MiB 0.003 1 681 ['Trace'] 0 Aggregation method: {}
2025-05-26 20:51:28 12. 31449 0.02 337.83 KiB 0.001 1 675 ['Trace'] 0 Aggregating
2025-05-26 20:51:28 13. 28843 0.018 2.30 MiB 0.007 1 650 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2025-05-26 20:51:28 14. 26024 0.016 2.15 MiB 0.007 6 482 ['Debug'] 0.995 {} Authenticating user '{}' from {}
2025-05-26 20:51:28 15. 25698 0.016 2.82 MiB 0.009 5 482 ['Debug'] 0.995 {} Authenticated with global context as user {}
2025-05-26 20:51:28 16. 25647 0.016 2.20 MiB 0.007 5 478 ['Debug'] 0.995 {} Logout, user_id: {}
2025-05-26 20:51:28 17. 24729 0.016 2.64 MiB 0.008 3 379 ['Debug'] 1 {} Creating session context with user_id: {}
2025-05-26 20:51:28 18. 23387 0.015 1.62 MiB 0.005 1 1352 ['Trace'] 0.569 Reserved {} on local disk {}, having unreserved {}.
2025-05-26 20:51:28 19. 22978 0.015 3.21 MiB 0.01 1 2 ['Trace'] 1 Creating part at path {}
2025-05-26 20:51:28 20. 20502 0.013 2.31 MiB 0.007 912 815 ['Trace'] 0.416 Renaming temporary part {} to {} with tid {}.
2025-05-26 20:51:28 21. 18688 0.012 1.27 MiB 0.004 910 1241 ['Trace'] 0.615 Trying to reserve {} using storage policy from min volume index {}
2025-05-26 20:51:28 22. 17631 0.011 3.55 MiB 0.011 3 335 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2025-05-26 20:51:28 23. 17624 0.011 14.03 MiB 0.043 2 335 ['Trace'] 1 Request URI: {}
2025-05-26 20:51:28 24. 16782 0.011 344.16 KiB 0.001 2 332 ['Debug'] 0.311 Done processing query
2025-05-26 20:51:28 25. 14854 0.009 689.96 KiB 0.002 1 794 ['Trace'] 0.221 filled checksums {}
2025-05-26 20:51:28 26. 13896 0.009 453.39 KiB 0.001 2 373 ['Trace'] 1 TCP Request. Address: {}
2025-05-26 20:51:28 27. 13890 0.009 1.32 MiB 0.004 1 373 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2025-05-26 20:51:28 28. 13769 0.009 363.05 KiB 0.001 1 369 ['Debug'] 1 Done processing connection.
2025-05-26 20:51:28 29. 13760 0.009 2.44 MiB 0.008 1 512 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2025-05-26 20:51:28 30. 13760 0.009 4.08 MiB 0.013 1 512 ['Information'] 1 Removing metadata {} of dropped table {}
2025-05-26 20:51:28 31. 13750 0.009 1020.51 KiB 0.003 1 262 ['Debug'] 0 Waiting for table {} to be finally dropped
2025-05-26 20:51:28 32. 11250 0.007 1.02 MiB 0.003 1 74 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2025-05-26 20:51:28 33. 11076 0.007 997.27 KiB 0.003 123 538 ['Trace'] 0.985 Insert entry {} to queue with type {}
2025-05-26 20:51:28 34. 10110 0.006 779.97 KiB 0.002 1 321 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2025-05-26 20:51:28 35. 9967 0.006 797.71 KiB 0.002 139 837 ['Trace'] 0.992 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2025-05-26 20:51:28 36. 9089 0.006 365.31 KiB 0.001 118 36 ['Debug'] 0.577 Committing part {} to zookeeper
2025-05-26 20:51:28 37. 8923 0.006 753.30 KiB 0.002 150 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {}
2025-05-26 20:51:28 38. 8909 0.006 1.21 MiB 0.004 133 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2025-05-26 20:51:28 39. 8496 0.005 673.52 KiB 0.002 633 221 ['Trace'] 0.003 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2025-05-26 20:51:28 40. 8477 0.005 331.35 KiB 0.001 117 32 ['Debug'] 0.618 Part {} committed to zookeeper
2025-05-26 20:51:28 41. 8427 0.005 189.28 KiB 0.001 1 671 ['Trace'] 0 Merging aggregated data
2025-05-26 20:51:28 42. 7733 0.005 196.35 KiB 0.001 121 538 ['Debug'] 0.984 Pulled {} entries to queue.
2025-05-26 20:51:28 43. 7733 0.005 445.56 KiB 0.001 121 538 ['Debug'] 0.984 Pulling {} entries to queue: {} - {}
2025-05-26 20:51:28 44. 6343 0.004 684.71 KiB 0.002 1 41 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2025-05-26 20:51:28 45. 5865 0.004 818.52 KiB 0.002 91 32 ['Debug'] 0.996 Fetching part {} from {}:{}
2025-05-26 20:51:28 46. 5680 0.004 488.13 KiB 0.001 89 32 ['Trace'] 0.996 Trying to fetch with zero-copy replication, but disk is not provided, will try to select
2025-05-26 20:51:28 47. 5680 0.004 205.19 KiB 0.001 89 32 ['Trace'] 0.996 Checking disk {} with type {}
2025-05-26 20:51:28 48. 5213 0.003 442.85 KiB 0.001 89 32 ['Trace'] 0.996 Disk for fetch is not provided, getting disk from reservation {} with type '{}'
2025-05-26 20:51:28 49. 5213 0.003 123.50 KiB 0 83 70 ['Trace'] 1 Sending part {}
2025-05-26 20:51:28 50. 5213 0.003 98.50 KiB 0 89 32 ['Debug'] 0.996 Downloading files {}
2025-05-26 20:51:28 51. 5197 0.003 239.86 KiB 0.001 86 32 ['Debug'] 0.996 Downloading part {} onto disk {}.
2025-05-26 20:51:28 52. 5194 0.003 759.74 KiB 0.002 89 32 ['Debug'] 0.996 Fetched part {} from {}:{}{}
2025-05-26 20:51:28 53. 5179 0.003 284.60 KiB 0.001 86 32 ['Debug'] 0.996 Download of part {} onto disk {} finished.
2025-05-26 20:51:28 54. 4962 0.003 335.26 KiB 0.001 10 20 ['Information'] 1 No active replica has part {}. Will fetch merged part instead.
2025-05-26 20:51:28 55. 4531 0.003 174.29 KiB 0.001 757 273 ['Debug'] 0.016 Key condition: {}
2025-05-26 20:51:28 56. 4245 0.003 485.00 KiB 0.001 737 270 ['Debug'] 0.017 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2025-05-26 20:51:28 57. 3819 0.002 188.38 KiB 0.001 1 273 ['Trace'] 0 Merging partially aggregated blocks (bucket = {}).
2025-05-26 20:51:28 58. 3819 0.002 575.73 KiB 0.002 1 273 ['Debug'] 0 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2025-05-26 20:51:28 59. 3815 0.002 197.46 KiB 0.001 661 265 ['Trace'] 0.019 Spreading mark ranges among streams (default reading)
2025-05-26 20:51:28 60. 3492 0.002 83.19 KiB 0 26 473 ['Information','Debug'] 0.964 Checking part {}
2025-05-26 20:51:28 61. 3400 0.002 69.73 KiB 0 1 651 ['Debug'] 1 Stop worker in {}
2025-05-26 20:51:28 62. 3400 0.002 235.78 KiB 0.001 1 576 ['Debug'] 1 Finish load job '{}' with status {}
2025-05-26 20:51:28 63. 3400 0.002 106.25 KiB 0 1 790 ['Debug'] 0.501 Spawn loader worker #{} in {}
2025-05-26 20:51:28 64. 3400 0.002 232.46 KiB 0.001 1 216 ['Debug'] 0.001 Schedule load job '{}' into {}
2025-05-26 20:51:28 65. 3400 0.002 222.50 KiB 0.001 1 576 ['Debug'] 1 Execute load job '{}' in {}
2025-05-26 20:51:28 66. 3399 0.002 268.90 KiB 0.001 1 216 ['Debug'] 0.001 Prioritize load job '{}': {} -> {}
2025-05-26 20:51:28 67. 3393 0.002 169.18 KiB 0.001 20 447 ['Trace'] 0.993 Part {} in zookeeper: {}, locally: {}
2025-05-26 20:51:28 68. 3376 0.002 29.67 KiB 0 2 216 ['Trace'] 0.001 No tables
2025-05-26 20:51:28 69. 3372 0.002 111.96 KiB 0 1 793 ['Debug'] 0.501 Change current priority: {} -> {}
2025-05-26 20:51:28 70. 3370 0.002 131.76 KiB 0 20 34 ['Trace'] 0.999 Enqueueing {} for check after {}s
2025-05-26 20:51:28 71. 3350 0.002 189.83 KiB 0.001 19 421 ['Information'] 1 Checking if anyone has a part {} or covering part.
2025-05-26 20:51:28 72. 3294 0.002 112.49 KiB 0 1 81 ['Debug'] 0 Selected MergeAlgorithm: {}
2025-05-26 20:51:28 73. 3294 0.002 260.24 KiB 0.001 1 81 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2025-05-26 20:51:28 74. 3265 0.002 419.86 KiB 0.001 1 81 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2025-05-26 20:51:28 75. 3256 0.002 198.38 KiB 0.001 261 81 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2025-05-26 20:51:28 76. 3251 0.002 164.88 KiB 0 252 611 ['Debug'] 0.851 Selected {} parts from {} to {}
2025-05-26 20:51:28 77. 3155 0.002 184.51 KiB 0.001 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2025-05-26 20:51:28 78. 3155 0.002 114.64 KiB 0 16 16 ['Trace'] 1 Flushed system log up to offset {}
2025-05-26 20:51:28 79. 3147 0.002 250.69 KiB 0.001 1 637 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2025-05-26 20:51:28 80. 2969 0.002 374.65 KiB 0.001 1 91 ['Trace'] 0 Have {} pending inserts with total {} bytes of data for query '{}'
2025-05-26 20:51:28 81. 2815 0.002 251.42 KiB 0.001 1912 16 ['Trace'] 1 Executing log entry to merge parts {} to {}
2025-05-26 20:51:28 82. 2515 0.002 270.20 KiB 0.001 1 96 ['Debug'] 0 Before join block: '{}'
2025-05-26 20:51:28 83. 2514 0.002 432.33 KiB 0.001 1 96 ['Debug'] 0 After join block: '{}'
2025-05-26 20:51:28 84. 2365 0.001 116.94 KiB 0 13 328 ['Information'] 1 Found the missing part {} at {} on {}
2025-05-26 20:51:28 85. 2195 0.001 139.24 KiB 0 1538 16 ['Trace'] 1 Executing log entry to mutate part {} to {}
2025-05-26 20:51:28 86. 2152 0.001 881.36 KiB 0.003 2 8 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {}
2025-05-26 20:51:28 87. 2068 0.001 82.80 KiB 0 1 289 ['Debug'] 0.161 Will use old analyzer to prepare mutation
2025-05-26 20:51:28 88. 2044 0.001 306.33 KiB 0.001 1 507 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2025-05-26 20:51:28 89. 2044 0.001 231.55 KiB 0.001 1 536 ['Information'] 0 Sorting and writing part of data into temporary file {}
2025-05-26 20:51:28 90. 2012 0.001 182.18 KiB 0.001 1 592 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2025-05-26 20:51:28 91. 1962 0.001 62.17 KiB 0 19 53 ['Debug'] 0 Requested flush up to offset {}
2025-05-26 20:51:28 92. 1866 0.001 201.90 KiB 0.001 5 463 ['Trace'] 1 Cannot execute alter metadata {} with version {} because another alter {} must be executed before
2025-05-26 20:51:28 93. 1854 0.001 298.40 KiB 0.001 52 442 ['Trace'] 0.997 Adding mutation {} for {} partitions (data versions: {})
2025-05-26 20:51:28 94. 1852 0.001 273.65 KiB 0.001 1 108 ['Trace'] 0.001 PREWHERE condition was split into {} steps: {}
2025-05-26 20:51:28 95. 1781 0.001 201.05 KiB 0.001 738 432 ['Debug'] 0.933 Removing {} parts from filesystem (serially): Parts: [{}]
2025-05-26 20:51:28 96. 1779 0.001 208.37 KiB 0.001 30 212 ['Trace'] 0.943 List of all grants including implicit: {}
2025-05-26 20:51:28 97. 1779 0.001 135.51 KiB 0 30 212 ['Trace'] 0.943 Settings: readonly = {}, allow_ddl = {}, allow_introspection_functions = {}
2025-05-26 20:51:28 98. 1779 0.001 97.74 KiB 0 30 212 ['Trace'] 0.943 List of all grants: {}
2025-05-26 20:51:28 99. 1730 0.001 214.90 KiB 0.001 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2025-05-26 20:51:29 100. 1690 0.001 138.66 KiB 0 1676 216 ['Information'] 0.001 Metadata processed, database {} has {} tables and {} dictionaries in total.
2025-05-26 20:51:29
2025-05-26 20:51:29
2025-05-26 20:51:29
2025-05-26 20:51:29 Top messages without format string (fmt::runtime):
2025-05-26 20:51:29
2025-05-26 20:51:29 count pattern runtime_message line
2025-05-26 20:51:29
2025-05-26 20:51:29 1. 79 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0)
2025-05-26 20:51:29 2. 67 DBExceptionThereisnouserinvalids DB::Exception: There is no user `invalid_session_log_test_xml_user` in user directories ('',0)
2025-05-26 20:51:29 3. 39 DBExceptionsessionlogtestuserccf DB::Exception: session_log_test_user_94cc4f39447100c18afbe49422362b9e_plaintext_password_no_profiles_no_roles: Authentication failed: password is incorrect, or there is no user with such name. ('',0)
2025-05-26 20:51:29 4. 39 Connectiontosystemasuserinvalids Connection to system@127.0.0.1:9004 as user invalid_session_log_test_xml_user failed: mysqlxx::ConnectionFailed: There is no user `invalid_session_log_test_xml_user` in user directories ((nullptr):9004) ('',0)
2025-05-26 20:51:29 5. 30 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 17 ('0.012294'): 0.012294. Expected one of: token, Dot, OR, AND, IS NOT DISTINCT FROM, IS NULL, IS NOT NULL, BETWEEN, NOT BETWEEN, LIKE, ILIKE, NOT LIKE, NOT ILIKE, REGEXP, IN, NOT IN, GLOBAL IN, GL ('/executeQuery.cpp',219)
2025-05-26 20:51:29 6. 30 CodeDBExceptionReceivedfromDBExc Code: 701. DB::Exception: Received from 127.0.0.1:9000. DB::Exception: Reading in parallel from replicas is enabled but cluster to execute query is not provided. Please set 'cluster_for_parallel_replicas' setting. Stack trace:
2025-05-26 20:51:29
2025-05-26 20:51:29 0. ./contrib/llvm-project/li ('/executeQuery.cpp',219)
2025-05-26 20:51:29 7. 29 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2025-05-26 20:51:29
2025-05-26 20:51:29 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2025-05-26 20:51:29 8. 27 Connectiontosystemasusersessionl Connection to system@127.0.0.1:9004 as user session_log_test_user_94cc4f39447100c18afbe49422362b9e_plaintext_password_no_profiles_no_roles failed: mysqlxx::ConnectionFailed: session_log_test_user_94cc4f39447100c18afbe49422362b9e_plaintext_password_no_profi ('',0)
2025-05-26 20:51:29 9. 24 CodeDBExceptionOkwhileexecutingF Code: 395. DB::Exception: Ok: while executing 'FUNCTION throwIf(greater(__table1.number, 10000000_UInt32) :: 1, 'Ok'_String :: 4) -> throwIf(greater(__table1.number, 10000000_UInt32), 'Ok'_String) UInt8 : 3'. (FUNCTION_THROW_IF_VALUE_IS_NON_ZERO) (version ('/executeQuery.cpp',219)
2025-05-26 20:51:29 10. 10 ConnectiontosystemasuserMYSQLUSE Connection to system@127.0.0.1:9004 as user 02833_MYSQL_USER_7542 failed: mysqlxx::ConnectionFailed: 02833_MYSQL_USER_7542: Authentication failed: password is incorrect, or there is no user with such name. ((nullptr):9004) ('',0)
2025-05-26 20:51:29 11. 10 DBExceptionMYSQLUSERAuthenticati DB::Exception: 02833_MYSQL_USER_7542: Authentication failed: password is incorrect, or there is no user with such name. ('',0)
2025-05-26 20:51:29 12. 8 CodeDBExceptionSyntaxerrorMultis Code: 62. DB::Exception: Syntax error (Multi-statements are not allowed): failed at position 9 (end of query): ; S. . (SYNTAX_ERROR) (version 24.3.18.10384.altinitystable (altinity build)) (from [::ffff:127.0.0.1]:54132) (comment: 00366_multi_statements.sh ('/executeQuery.cpp',219)
2025-05-26 20:51:29 13. 5 PocoExceptionCodeecodeTimeoutcon Poco::Exception. Code: 1000, e.code() = 0, Timeout: connect timed out: 128.0.0.1:8123 (version 24.3.18.10384.altinitystable (altinity build)) (from [::1]:34870) (comment: 02044_url_glob_parallel_connection_refused.sh) (in query: SELECT * FROM url('http://1 ('/executeQuery.cpp',219)
2025-05-26 20:51:29 14. 4 CodeDBExceptionExpectedguidasarg Code: 395. DB::Exception: Expected guid as argument: while executing 'FUNCTION if(_CAST(1_UInt8, 'UInt8'_String) :: 1, toString(throwIf(_CAST(true_Bool, 'Bool'_String), 'Expected guid as argument'_String)) :: 3, _CAST(NULL_Nullable(Nothing), 'Nullable(Noth ('/executeQuery.cpp',219)
2025-05-26 20:51:29 15. 4 CodeDBExceptionTimeoutconnecttim Code: 1000. DB::Exception: Timeout: connect timed out: 128.0.0.1:8123. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2025-05-26 20:51:29
2025-05-26 20:51:29 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String con ('/TCPHandler.cpp',701)
2025-05-26 20:51:29 16. 3 autoDBStorageReplicatedMergeTree auto DB::StorageReplicatedMergeTree::processQueueEntry(ReplicatedMergeTreeQueue::SelectedEntryPtr)::(anonymous class)::operator()(LogEntryPtr &) const: std::exception. Code: 1001, type: std::__1::__fs::filesystem::filesystem_error, e.what() = filesystem er ('/Exception.cpp',222)
2025-05-26 20:51:29 17. 3 Connectiontomysqldbasusermysqlus Connection to mysql_db@127.123.0.1:3306 as user mysql_user failed: mysqlxx::ConnectionFailed: Can't connect to MySQL server on '127.123.0.1' (115) ((nullptr):0) ('',0)
2025-05-26 20:51:29 18. 2 CodeDBExceptionReceivedfromlocal Code: 47. DB::Exception: Received from localhost:9000. DB::Exception: Identifier '__table1.dummy1' cannot be resolved from table with name __table1. In scope SELECT __table1.CounterID AS CounterID, __table1.dummy1 AS dummy1 FROM test_ts95a09e.merge_distrib ('/executeQuery.cpp',219)
2025-05-26 20:51:29 19. 2 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71)
2025-05-26 20:51:29 20. 2 CodeDBExceptionEmptyquerySYNTAXE Code: 62. DB::Exception: Empty query. (SYNTAX_ERROR) (version 24.3.18.10384.altinitystable (altinity build)) (from [::1]:35216) (comment: 01256_negative_generate_random.sql) (in query: SELECT * FROM generateRandom('', 1, 10, 10);), Stack trace (when copyin ('/executeQuery.cpp',219)
2025-05-26 20:51:29 21. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 3 (end of query): . Expected one of: NULL, NOT, DEFAULT, MATERIALIZED, EPHEMERAL, ALIAS, AUTO_INCREMENT, PRIMARY KEY, data type, nested table, identifier. (SYNTAX_ERROR) ( ('/executeQuery.cpp',219)
2025-05-26 20:51:29 22. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2025-05-26 20:51:29 23. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2025-05-26 20:51:29 24. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
2025-05-26 20:51:29 25. 1 PocoExceptionCodeecodeNotfoundbo Poco::Exception. Code: 1000, e.code() = 0, Not found: boundary, Stack trace (when copying this message, always include the lines below):
2025-05-26 20:51:29
2025-05-26 20:51:29 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003a5 ('/Exception.cpp',222)
2025-05-26 20:51:29 count pattern runtime_message line
2025-05-26 20:51:29
2025-05-26 20:51:29 26. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43)
2025-05-26 20:51:29 27. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2025-05-26 20:51:29 peer 1, DC ID 0, localhost:9234, voting member, 1
2025-05-26 20:51:29 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2025-05-26 20:51:29 28. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43)
2025-05-26 20:51:29 count pattern runtime_message line
2025-05-26 20:51:29
2025-05-26 20:51:29 29. 1 CodeDBExceptionBadURIsyntaxURIco Code: 1000. DB::Exception: Bad URI syntax: URI contains invalid characters. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2025-05-26 20:51:29
2025-05-26 20:51:29 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(Strin ('/TCPHandler.cpp',701)
2025-05-26 20:51:42 30. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2025-05-26 20:51:42
2025-05-26 20:51:42
2025-05-26 20:51:42
2025-05-26 20:51:42 Top messages not matching their format strings:
2025-05-26 20:51:42
2025-05-26 20:51:42 message_format_string count() any_message
2025-05-26 20:51:42
2025-05-26 20:51:42 1. 193 Poco::Exception. Code: 1000, e.code() = 0, Timeout: connect timed out: 128.0.0.1:8123 (version 24.3.18.10384.altinitystable (altinity build)) (from [::1]:34870) (comment: 02044_url_glob_parallel_connection_refused.sh) (in query: SELECT * FROM url('http://128.0.0.{1..10}:8123/?query=SELECT+sleep(1)', TSV, 'x UInt8')), Stack trace (when copying this message, always include the lines below):
2025-05-26 20:51:42
2025-05-26 20:51:42 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, String const&, int) @ 0x000000003a50e5c0
2025-05-26 20:51:42 1. ./build_docker/./base/poco/Foundation/src/Exception.cpp:148: Poco::TimeoutException::TimeoutException(String const&, String const&, int) @ 0x000000003a51522e
2025-05-26 20:51:42 2. ./build_docker/./base/poco/Net/src/SocketImpl.cpp:0: Poco::Net::SocketImpl::connect(Poco::Net::SocketAddress const&, Poco::Timespan const&) @ 0x000000003a1feda0
2025-05-26 20:51:42 3. ./base/poco/Net/include/Poco/Net/Socket.h:422: Poco::Net::HTTPSession::connect(Poco::Net::SocketAddress const&) @ 0x000000003a1ace9a
2025-05-26 20:51:42 4. ./build_docker/./base/poco/Net/src/HTTPClientSession.cpp:460: Poco::Net::HTTPClientSession::reconnect() @ 0x000000003a16d953
2025-05-26 20:51:42 5. ./src/Common/ProfileEvents.h:41: DB::EndpointConnectionPool::prepareNewConnection(DB::ConnectionTimeouts const&) @ 0x000000001d11ad52
2025-05-26 20:51:42 6. ./build_docker/./src/Common/HTTPConnectionPool.cpp:540: DB::EndpointConnectionPool::getConnection(DB::ConnectionTimeouts const&) @ 0x000000001d118588
2025-05-26 20:51:42 7. ./contrib/llvm-project/libcxx/include/__memory/shared_ptr.h:701: DB::makeHTTPSession(DB::HTTPConnectionGroupType, Poco::URI const&, DB::ConnectionTimeouts const&, DB::ProxyConfiguration) @ 0x000000001d2d7d27
2025-05-26 20:51:42 8. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:0: DB::ReadWriteBufferFromHTTP::callImpl(Poco::Net::HTTPResponse&, String const&, std::optional const&, bool) const @ 0x0000000021ecde40
2025-05-26 20:51:42 9. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:0: DB::ReadWriteBufferFromHTTP::callWithRedirects(Poco::Net::HTTPResponse&, String const&, std::optional const&) @ 0x0000000021ece849
2025-05-26 20:51:42 10. ./build_docker/./src/IO/ReadWriteBufferFromHTTP.cpp:0: DB::ReadWriteBufferFromHTTP::initialize() @ 0x0000000021ed08f5
2025-05-26 20:51:42 11. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:302: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x0000000021ed7dd8
2025-05-26 20:51:42 12. ./contrib/llvm-project/libcxx/include/__functional/function.h:0: ? @ 0x0000000021ec7b52
2025-05-26 20:51:42 13. ./contrib/llvm-project/libcxx/include/__functional/function.h:818: ? @ 0x0000000021ed4565
2025-05-26 20:51:42 14. DB::ReadBuffer::next() @ 0x000000000b517e6b
2025-05-26 20:51:42 15. ./build_docker/./src/IO/PeekableReadBuffer.cpp:0: DB::PeekableReadBuffer::nextImpl() @ 0x000000001ccc2cbc
2025-05-26 20:51:42 16. DB::ReadBuffer::next() @ 0x000000000b517e6b
2025-05-26 20:51:42 17. ./src/IO/ReadHelpers.h:1832: DB::RowInputFormatWithNamesAndTypes::readPrefix() @ 0x0000000032a74113
2025-05-26 20:51:42 18. ./src/Processors/ISource.h:41: DB::IRowInputFormat::read() @ 0x00000000329d9106
2025-05-26 20:51:42 19. ./build_docker/./src/Processors/Formats/IInputFormat.cpp:19: DB::IInputFormat::generate() @ 0x0000000032882ba2
2025-05-26 20:51:42 20. ./src/Processors/Chunk.h:90: DB::ISource::tryGenerate() @ 0x0000000032818fd9
2025-05-26 20:51:42 21. ./build_docker/./src/Processors/ISource.cpp:0: DB::ISource::work() @ 0x00000000328181a4
2025-05-26 20:51:42 22. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:0: DB::ExecutionThreadContext::executeTask() @ 0x0000000032866f2e
2025-05-26 20:51:42 23. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeStepImpl(unsigned long, std::atomic*) @ 0x0000000032845bd1
2025-05-26 20:51:42 24. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:150: DB::PipelineExecutor::executeStep(std::atomic*) @ 0x0000000032844e12
2025-05-26 20:51:42 25. ./build_docker/./src/Processors/Executors/PullingPipelineExecutor.cpp:54: DB::PullingPipelineExecutor::pull(DB::Chunk&) @ 0x0000000032872f56
2025-05-26 20:51:42 26. ./build_docker/./src/Storages/StorageURL.cpp:406: DB::StorageURLSource::generate() @ 0x0000000030c7309f
2025-05-26 20:51:42 27. ./src/Processors/Chunk.h:90: DB::ISource::tryGenerate() @ 0x0000000032818fd9
2025-05-26 20:51:42 28. ./build_docker/./src/Processors/ISource.cpp:0: DB::ISource::work() @ 0x00000000328181a4
2025-05-26 20:51:42 29. ./build_docker/./src/Processors/Executors/ExecutionThreadContext.cpp:0: DB::ExecutionThreadContext::executeTask() @ 0x0000000032866f2e
2025-05-26 20:51:42 30. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x0000000032847b43
2025-05-26 20:51:42 31. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:381: void std::__function::__policy_invoker::__call_impl>(std::__function::__policy_storage const*) @ 0x0000000032848d66
2025-05-26 20:51:42
2025-05-26 20:51:42 message_format_string count() any_message
2025-05-26 20:51:42
2025-05-26 20:51:42 2. Query {} to stage {}{} 132 Query SELECT ignore(_CAST('x��ٙL�x�\b', 'String')) AS `ignore(decrypt('aes-128-ofb', [HIDDEN id: 1], [HIDDEN id: 2]))` FROM system.one AS __table1 to stage Complete
2025-05-26 20:51:42 message_format_string count() any_message
2025-05-26 20:51:42
2025-05-26 20:51:42 3. Query {} from stage {} to stage {}{} 132 Query SELECT ignore(_CAST('x��ٙL�x�\b', 'String')) AS `ignore(decrypt('aes-128-ofb', [HIDDEN id: 1], [HIDDEN id: 2]))` FROM system.one AS __table1 from stage FetchColumns to stage Complete
2025-05-26 20:51:42 message_format_string count() any_message
2025-05-26 20:51:42
2025-05-26 20:51:42 4. Not executing log entry {} of type {} for part {} because source parts size ({}) is greater than the current maximum ({}). 67 Not executing log entry queue-0000000021 of type MUTATE_PART for part -1_5_5_0_7 because source parts size (183.90 KiB) is greater than the current maximum (0.00 B). (skipped 87 similar messages)
2025-05-26 20:51:42 message_format_string count() any_message
2025-05-26 20:51:42
2025-05-26 20:51:42 5. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 21 /var/lib/clickhouse/store/d63/d632cc22-9bd3-41d8-8983-4501a6aa24eb/tmp_insert_all_4_4_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2025-05-26 20:51:42 message_format_string count() any_message
2025-05-26 20:51:42
2025-05-26 20:51:42 6. (from {}{}{}){}{} {} (stage: {}) 1 (from [::1]:34802) (comment: 02685_bson2.sql) -- It correctly throws exception about incorrect data:
2025-05-26 20:51:42 SELECT * FROM format('BSONEachRow', 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^ WatchID c*5/ !p~JavaEnable Title GoodEvent EventTime 7��Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion2 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime &��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID ��F�ӓ2qJavaEnable Title GoodEvent EventTime n$�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ǘ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID l!�|�@HJavaEnable Title GoodEvent EventTime �)�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime }��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID �ǐ=ЌWJavaEnable Title GoodEvent EventTime 8*�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ݞ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID � WatchID ��E&LyJavaEnable Title GoodEvent EventTime J��Q EventDate > CounterID ClientIP ��I`RegionID ' UserID q��Jd8CounterClass OS UserAgent URL - http://holodilnik.ru/russia/05jul2013&model=0Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID �9 URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor
UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID �d9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID %�l��+kOriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime '��Q Age Sex Income Interests �: Robotness RemoteIP 9�3NWindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �
2025-05-26 20:51:44 o���eCLID � WatchID ��k=��pJavaEnable Title GoodEvent EventTime ��Q EventDate > CounterID ClientIP ��z�RegionID G UserID
�Ks}��CounterClass OS UserAgent URL H http://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiReferer IsRefresh RefererCategoryID RefererRegionID URLCategoryID 0= URLRegionID � ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID :��W��mOriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime A��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash ��
�#�\CLID � WatchID �1��o�CJavaEnable Title GoodEvent EventTime �0�Q EventDate > CounterID ClientIP �^{]RegionID � UserID &n%�t"6CounterClass OS ' UserAgent URL > http://bonprix.ru/index.ru/cinema/art/0 986 424 233 сезонReferer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID � ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhon⋯
2025-05-26 20:51:44
2025-05-26 20:51:44
2025-05-26 20:51:44
2025-05-26 20:51:44 Top short messages:
2025-05-26 20:51:44
2025-05-26 20:51:44 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-05-26 20:51:44
2025-05-26 20:51:44 1. 68 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt8(size = 1) UInt32(size = 1) UInt32(size = 1)' 80
2025-05-26 20:51:44 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-05-26 20:51:44
2025-05-26 20:51:44 2. 17 {} Server was built with sanitizer. It will work slowly. 27
2025-05-26 20:51:44 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-05-26 20:51:44
2025-05-26 20:51:44 3. 6 Creating {}: {} Creating table test_pnwz72nc.tbl2: CREATE TABLE IF NOT EXISTS test_pnwz72nc.tbl2 UUID 'c19f4de8-4d29-48fe-8a4f-d8aaeb67e 304
2025-05-26 20:51:44 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-05-26 20:51:44
2025-05-26 20:51:44 4. 4 Database {} does not exist Code: 81. DB::Exception: Database kek does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always 28
2025-05-26 20:51:44 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2025-05-26 20:51:44
2025-05-26 20:51:44 5. 1 Froze {} parts Froze 1 parts -13
2025-05-26 20:51:44
2025-05-26 20:51:44
2025-05-26 20:51:44
2025-05-26 20:51:44 Top messages by level:
2025-05-26 20:51:44
2025-05-26 20:51:44 (0.001358686216090456,'Number of arguments for function {} doesn\'t match: passed {}, should be {}') Error
2025-05-26 20:51:44 (0.00008523356838857415,'Part {} doesn\'t have metadata version on disk, setting it to {}. It\'s okay if the part was created by an old version of ClickHouse') Warning
2025-05-26 20:51:44 (0.008687510377976151,'Removing metadata {} of dropped table {}') Information
2025-05-26 20:51:44 (0.06363033128078273,'(from {}{}{}){}{} {} (stage: {})') Debug
2025-05-26 20:51:44 (0.0731973258125758,'Access granted: {}{}') Trace
2025-05-26 20:51:44
2025-05-26 20:51:44
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
Files in current directory
+ echo 'Files in current directory'
+ ls -la ./
total 137420
drwxr-xr-x 1 root root 4096 May 26 20:36 .
drwxr-xr-x 1 root root 4096 May 26 20:36 ..
-rw-rw-r-- 1 1000 1000 300 May 26 20:14 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 26 20:18 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 May 26 20:18 __azurite_db_blob__.json
-rw-r--r-- 1 root root 47360 May 26 20:50 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 26 20:18 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4003 May 26 20:14 broken_tests.json
drwxr-xr-x 5 root root 340 May 26 20:17 dev
-rwxr-xr-x 1 root root 0 May 26 20:17 .dockerenv
drwxr-xr-x 1 root root 4096 May 26 20:17 etc
drwxr-xr-x 1 1000 1000 4096 May 26 20:18 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 May 26 20:18 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 26 20:17 package_folder
dr-xr-xr-x 310 root root 0 May 26 20:17 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 May 26 20:47 root
drwxr-xr-x 1 root root 4096 May 26 20:17 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 May 26 20:18 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 26 20:17 sys
drwxrwxr-x 2 1000 1000 4096 May 26 20:19 test_output
drwxrwxrwt 1 root root 36864 May 26 20:51 tmp
drwxr-xr-x 2 root root 4096 May 26 20:19 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
Files in root directory
+ echo 'Files in root directory'
+ ls -la /
+ /process_functional_tests_result.py
total 137420
drwxr-xr-x 1 root root 4096 May 26 20:36 .
drwxr-xr-x 1 root root 4096 May 26 20:36 ..
-rw-rw-r-- 1 1000 1000 300 May 26 20:14 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib
-rw-r--r-- 1 root root 1481 May 26 20:18 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 May 26 20:18 __azurite_db_blob__.json
-rw-r--r-- 1 root root 47360 May 26 20:50 azurite_log
lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin
drwxr-xr-x 2 root root 4096 May 26 20:18 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-rw-r-- 1 1000 1000 4003 May 26 20:14 broken_tests.json
drwxr-xr-x 5 root root 340 May 26 20:17 dev
-rwxr-xr-x 1 root root 0 May 26 20:17 .dockerenv
drwxr-xr-x 1 root root 4096 May 26 20:17 etc
drwxr-xr-x 1 1000 1000 4096 May 26 20:18 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc
drwxr-xr-x 2 root root 4096 Sep 11 2024 media
-rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio
drwxr-xr-x 4 root root 4096 May 26 20:18 minio_data
drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt
drwxr-xr-x 2 root root 4096 Sep 11 2024 opt
-rw-r--r-- 1 root root 0 Feb 15 2024 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 May 26 20:17 package_folder
dr-xr-xr-x 310 root root 0 May 26 20:17 proc
-rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py
drwx------ 1 root root 4096 May 26 20:47 root
drwxr-xr-x 1 root root 4096 May 26 20:17 run
-rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh
lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 May 26 20:18 script.gdb
-rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh
drwxr-xr-x 2 root root 4096 Sep 11 2024 srv
-rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib
dr-xr-xr-x 13 root root 0 May 26 20:17 sys
drwxrwxr-x 2 1000 1000 4096 May 26 20:19 test_output
drwxrwxrwt 1 root root 36864 May 26 20:51 tmp
drwxr-xr-x 2 root root 4096 May 26 20:19 user_defined
drwxr-xr-x 1 root root 4096 Sep 11 2024 usr
-rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib
drwxr-xr-x 1 root root 4096 Sep 11 2024 var
2025-05-26 20:51:44,825 File /analyzer_tech_debt.txt with broken tests found
2025-05-26 20:51:44,825 File /broken_tests.json with broken tests found
2025-05-26 20:51:44,826 Broken tests in the list: 38
2025-05-26 20:51:44,826 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log
2025-05-26 20:51:44,835 Is flaky check: False
2025-05-26 20:51:44,835 Result parsed
2025-05-26 20:51:44,836 Result written
+ clickhouse-client -q 'system flush logs'
+ stop_logs_replication
+ echo 'Detach all logs replication'
Detach all logs replication
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ sudo clickhouse stop
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Sent terminate signal to process with pid 739.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 739.
The process with pid = 739 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ zstd --threads=0
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]